summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2025-10-30make: Capitalize help descriptionsJonas Bernoulli
2024-08-16make release: Don't pass along $VERSIONJonas Bernoulli
This currently isn't being used.
2024-08-16make: Ensure documentation is cleaned up and regenerated when neededJonas Bernoulli
- Files are not the only inputs to `texi', so we cannot rely on their modification times alone, to determine whether a rebuild is required. The new `redo-docs' always regenerates the texi file and thus all other formats. Use that target before publishing the manual. - Teach `html-dir' to only regenerate if the texi file has actually been touched. - However when `html-dir' does regenerate, we must first remove all existing html files, to avoid files that used to be generated but are not being generated anymore, from sticking around.
2024-06-07make: Integrate texi targetJonas Bernoulli
Now that an Org version (9.6), which contains the necessary changes to ox-texinfo, has been released, we assume that users have the necessary tools.
2023-12-17make: Add redo targetJonas Bernoulli
2022-05-09make: Remove duplicated help entryJonas Bernoulli
2022-03-20Automatically publish statisticsJonas Bernoulli
2022-03-20Remove AUTHORS.mdJonas Bernoulli
This is part of my effort to make the Makefiles of packages more similar to each other. Except for Magit, the other packages do not come with such a file.
2021-12-16make: CosmeticsJonas Bernoulli
2021-12-16Add lisp/ and docs/ directoriesJonas Bernoulli
2021-12-16make: Add stats targetJonas Bernoulli
2021-11-08manual: Use Org macrosJonas Bernoulli
2021-10-01manual: No longer depend on the ox-extra packageJonas Bernoulli
Instead of ox-extra's "ignored sections" use ox-texinfo+'s new "dissolvable headlines".
2021-05-24AUTHORS.md: Update list of contributorsJonas Bernoulli
2021-05-24make: Update path to ox-extraJonas Bernoulli
2020-09-19manual: Use a favicon in html exportJonas Bernoulli
2020-05-01make: No longer add dash to ORG_LOAD_PATHJonas Bernoulli
`ox-texinfo+' no longer depends on `dash'.
2020-01-02make: Copy indices for htmlified info manualsJonas Bernoulli
2018-10-31make: Remove leftover debug statementJonas Bernoulli
2018-03-22make: Refactor manual publishingv2.7.2Jonas Bernoulli
2018-03-22make: Remove deleted pages when publishing manualJonas Bernoulli
2017-12-17make: inject style switcher into generated html manualJonas Bernoulli
2017-10-06make: generate CDN invalidation after uploadJonas Bernoulli
2017-10-06make: remove clean-texi and clean-all targetsJonas Bernoulli
2017-10-06make: use ox-texinfo+-update-version-stringsJonas Bernoulli
2017-10-06make: use same export settings as for manual Org exportsJonas Bernoulli
2017-10-06make: rename and sanitize some variablesJonas Bernoulli
2017-10-06manual: put local-variables into an ignored sectionJonas Bernoulli
2017-07-02manual: set version in Org sourceJonas Bernoulli
2016-12-01Remove spurious paranthesis from Makefile recipeSuvayu Ali
2016-11-26manual: adjust for ox-texinfo+ v1v2.5.8Jonas Bernoulli
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-11-09manual: include sub-minor part of version in subtitleJonas Bernoulli
Also bump that part in the Makefile, now that it matters.
2016-08-21release version 2.5.2v2.5.2Jonas Bernoulli
2016-08-21make: add bump-versions targetJonas Bernoulli
2016-02-26make: fix dir targetJonas Bernoulli
2016-02-23add AUTHORS.md and COPYINGJonas Bernoulli
Re #1.
2016-01-28reincarnation releasev2.5.0Jonas Bernoulli
`with-editor.el' is no longer part of the Magit repository but its karma is good and so it is reborn as a repository of its own. To help it remember its past life do this: git remote add magit https://github.com/magit/magit.git git config remote.magit.tagopt --no-tags git fetch magit git replace --graft <this> f78f1cd33692e8b544d883d66400ab5c752663f2 See the git-replace(1) manpage for more information. While they were still part of the Magit repository `with-editor.el' and `with-editor.org' were edited by the following people: 88 Jonas Bernoulli 4 Noam Postavsky 2 Rémi Vanicat 1 Barak A. Pearlmutter 1 Lele Gaifax 1 Philippe Vaucher