Code

build system: Check for a2x and xsltproc.
[template.git] / doc / Makefile.am
1 EXTRA_DIST = fb.txt
2 CLEANFILES = fb.1
4 man_MANS = fb.1
6 fb.1: fb.txt ../version
8 .txt.1:
9         @A2X@ -d manpage -f manpage \
10                 -apackage_version=$(PACKAGE_VERSION) \
11                 -abuild_date="$$( date --utc '+%F' )" \
12                 $<