aboutsummaryrefslogtreecommitdiff
path: root/man/Makefile.local
AgeCommit message (Collapse)Author
2014-03-09doc: install sphinx version of man pagesDavid Bremner
The python script mkdocdeps.py is used to import the list of man pages from the sphinx configuration to make. This will delete the (release only) target update-man-versions. This will be replaced in a followup commit.
2013-10-09notmuch-compact: Add man pageBen Gamari
Signed-off-by: Ben Gamari <bgamari.foss@gmail.com>
2013-06-29man: document 'insert' commandPeter Wang
Add initial documentation for notmuch insert command.
2012-09-05{., man}/Makefile.local: edit/remove release-checks.sh related targetsTomi Ollila
Use new target release-checks in place of verify-version-debian, verify-version-python verify-version-manpage. This target executes devel/release-checks.sh which does all the verifications the three dropped targets did, and some more.
2011-12-31force install notmuch-setup.1 symlinkJameson Graef Rollins
This will prevent the install from failing if the link already exists.
2011-12-31break up dump and restore man pages.Jameson Graef Rollins
These functions are enough different in their behavior that it's not really worth it to combine them. They overlap in the format of the dump file, but we can have a separate page that describes the dump format, and either reference it or include it. This also keeps things nice and clean with one page per command.
2011-12-31remove reference to notmuch-part.1 from Makefile.localJameson Graef Rollins
2011-12-31build-system: update for split man pagesDavid Bremner
- We have to remove the installation of notmuch.1.gz from the top level Makefile.local. - Man pages with multiple names are handled by making relative symlinks in the install-man target. - update version tests and convenience rules for split man pages The man page version test still only checks notmuch.1, but the location is updated. update-man-versions is longer than the one-line previously in update-versions mainly because I decided to take the high road and stick to POSIX sed (thus, no sed -i). The sed regex itself is more complicated to cope with variations in the headers.