summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-08-17make: Re-generate %.texi if HEAD changed since previous runJonas Bernoulli
2022-01-30Add CI workflow to generate and distribute manualJonas Bernoulli
2021-12-16Add lisp/ and docs/ directoriesJonas Bernoulli
2018-03-18Update .gitignoreJonas Bernoulli
Make it consistent with other such files in my other packages.
2017-12-03Ignore additional generated filesMark Shroyer
2016-12-23Ignore /dirJonas Bernoulli
Re #17.
2016-11-10base the Makefile on the same template used for other packagesJonas Bernoulli
Beside the obvious differences (the package specific values for (`PKG', `DEPS', `DOMAIN' and `MANUAL_HTML_ARGS) this only diverges from the Makefiles of other packages that use the same template in that an additional target `authors' is available and in that `EFLAGS' is non-empty. Compared to the old Makefile the most significant breaking change is that there no longer exists a `bump-versions' target. To bump the versions one still only has to edit one file, but that's now the library, not the Makefile. Furthermore the autoloads file is now being created automatically, and the manual can be exported to more formats and the results can easily be published on the webpage.
2016-04-08remove with-editor.infoJonas Bernoulli
This wasn't supposed to be tracked. Having to track with-editor.texi is bad enough already.