summaryrefslogtreecommitdiff
path: root/build-aux
AgeCommit message (Collapse)Author
2025-08-26build: improve doc buildingDirk-Jan C. Binnema
2025-06-10fdl.texi: only need one copy in source treeDirk-Jan C. Binnema
No need for identical files in mu4e / guile dirs, move to build-aux.
2023-11-03build: use best compression when installing infoJeremy Sowden
2023-10-14build: path improvementsDirk-Jan C. Binnema
Use correct paths in date.py Fix some build warnings
2023-10-14build: use date.py instead of dateDirk-Jan C. Binnema
MacOS (and others) "date" command don't support all the options that GNU date has. So don't depend on that, add a small python program for this.
2023-10-14build: avoid dynamic dates for reproducibilityDirk-Jan C. Binnema
We were using dates (in documentation, (c) notices etc) based on the build-date; that makes it hard to do reproducible builds, so specify a specific date in the top-level meson file, and use that throughout.
2023-09-05infodir: allow absolute pathDirk-Jan C. Binnema
Fixes #2548
2022-08-20autotools: removeDirk-Jan C. Binnema
Since 2008, autotools has served us well - thank you! However, mu is now using meson build, and it's time to remove the autotools support -- one build system is enough.
2022-07-06build: don't install-info with DESTDIRDirk-Jan C. Binnema
2022-07-06github: update bug templateDirk-Jan C. Binnema
2022-07-01build: use install-info when installing mu4e/guileDirk-Jan C. Binnema
So the docs can be found.
2018-05-29build: add dummy config.rpathdjcb
This seems to be necessary for the Guile/autotools machinery to work.