diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-22 05:36:02 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-22 05:36:02 +0100 |
commit | 3595201f5f3c1274786844c541ef82edba6984f8 (patch) | |
tree | 5c3686add5a531460c27379a58d42662b24160c4 /doc/Makefile.am | |
parent | 3b95de655b277efe895ac5de01b86c5ab313c030 (diff) | |
download | pacman-3595201f5f3c1274786844c541ef82edba6984f8.tar.gz pacman-3595201f5f3c1274786844c541ef82edba6984f8.tar.xz |
* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'
to work as expected.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index cd6cdf15..6bb9587d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,10 +21,14 @@ endif clean: rm -f html/*.html rm -f man3/*.3 - rm -f man5/*.5 - rm -f man8/*.8 -man_MANS = pacman.8 makepkg.8 PKGBUILD.5 makepkg.conf.5 pacman.conf.5 libalpm.3 +man_MANS = \ + pacman.8 \ + makepkg.8 \ + PKGBUILD.5 \ + makepkg.conf.5 \ + pacman.conf.5 \ + libalpm.3 if HAS_DOXYGEN man_MANS += *.3 |