summaryrefslogtreecommitdiff
path: root/man/meson.build
AgeCommit message (Collapse)Author
2025-09-08rename 'mu label' -> 'mu labels'Dirk-Jan C. Binnema
Update names, docs etc.
2025-08-15mu: add 'label' command + manpage + testsDirk-Jan C. Binnema
Add a label command and document it.
2025-06-19mu-scm: add man-pageDirk-Jan C. Binnema
Not much yet.
2024-09-15man: attempt to avoid \u escape in man buildingDirk-Jan C. Binnema
This may help for #2756
2024-09-04Replace zero-width spaces in man pages with an empty string.QP
The zero-width spaces are added by the `man-link` macro to ensure bold text formatting when exporting from org, but they interfere with man page functionality in Emacs.
2024-07-22mu-man: add macro for referencing manual pagesTristan Riehs
2024-03-06man: fix formatting of underscoresJeremy Sowden
In org-mode, underscores are used to represent subscripts. Thus, `a_b` will be transcoded to `a\d\s-2b\s+2\u`. Configure org-mode only to do this for `a_{b}`. Signed-off-by: Jeremy Sowden <azazel@debian.org>
2024-03-06man: build mu-move.1Jeremy Sowden
1.12.0 includes a new mu-move.1 man-page but the list of man-pages in man/meson.build was not updated, so it is not built. Signed-off-by: Jeremy Sowden <azazel@debian.org>
2023-11-19man: fix unreproducible copyright yearsJeremy Sowden
967b724e7546 ("build: avoid dynamic dates for reproducibility") introduced the `mu_date` variable to hard-code a build-date. This is used for the dates embedded in the texinfo documentation, but `date` is still called to set the copyright years in the man-pages. Use `mu_date` there too. Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
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-07-05cli: merge 'fields' with 'info' commandDirk-Jan C. Binnema
Update the 'info' command to handle 'fields' as well; remove fields.
2022-12-30man: update man pagesDirk-Jan C. Binnema
Explicitly mention PCRE where appropriate. Include section headers (through MAN_CLASS_OPTIONS) Fix mu-easy manpage Make date dynamic
2022-12-29man: generate manpages from .org filesDirk-Jan C. Binnema
Generate the manpages from org-documents which makes it a bit easier to keep them update to date since I find org-syntax easier than troff, and we can use include files.
2022-05-06update man pagesDirk-Jan C. Binnema
2022-05-05mu: add fields/flags commandsDirk-Jan C. Binnema
Useful information for devising queries. Directly generated from the source. Add manpages, too.
2021-02-12build: experimental support for the meson build systemDirk-Jan C. Binnema