diff options
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-07-06 16:07:53 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-09 13:47:56 -0400 |
commit | ab87657b937f3de392b1796e7f93c4008cc21f01 (patch) | |
tree | 2008122f2c646214ee0b24bc650681c268a91370 /doc/Makefile.am | |
parent | 499b750c2fbbedde27ad25d241f0c95566e5a0b7 (diff) | |
download | pacman-ab87657b937f3de392b1796e7f93c4008cc21f01.tar.xz |
Add Synopsis section to man 5 pages.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ab73b8d7..a65f1cf7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -25,8 +25,9 @@ MOSTLYCLEANFILES = $(man_MANS) man3/*.3 *.xml ASCIIDOC_OPTS = \ -f asciidoc.conf \ - -apacman_version="$(PACKAGE_VERSION)" \ - -apacman_date="`date +%Y-%m-%d`" + -a pacman_version="$(PACKAGE_VERSION)" \ + -a pacman_date="`date +%Y-%m-%d`" \ + -a sysconfdir=$(sysconfdir) if HAS_DOXYGEN all: doxygen.in |