elpasync pushed a change to branch elpa/with-editor. from d53df36 manual: No longer support dissolvable sections new 93ba7c8 make: Add stats target new a94faea Add lisp/ and docs/ directories new 35c73e7 make: Update stats target new a0d42f7 make: Cosmetics new 96aa1d3 make: Fix publish and release targets new 388a2b8 make: Set more variables in default.mk
Summary of changes: .gitignore | 18 +-- Makefile | 196 +++++------------------------- default.mk | 32 +++++ AUTHORS.md => docs/AUTHORS.md | 0 Makefile => docs/Makefile | 99 ++------------- htmlxref.cnf => docs/htmlxref.cnf | 0 with-editor.org => docs/with-editor.org | 0 with-editor.texi => docs/with-editor.texi | 0 lisp/Makefile | 44 +++++++ with-editor.el => lisp/with-editor.el | 0 10 files changed, 127 insertions(+), 262 deletions(-) create mode 100644 default.mk rename AUTHORS.md => docs/AUTHORS.md (100%) copy Makefile => docs/Makefile (60%) rename htmlxref.cnf => docs/htmlxref.cnf (100%) rename with-editor.org => docs/with-editor.org (100%) rename with-editor.texi => docs/with-editor.texi (100%) create mode 100644 lisp/Makefile rename with-editor.el => lisp/with-editor.el (100%)