diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-05-12 18:04:11 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-05-19 05:54:03 +0200 |
commit | c5d9b999c76dceb077d5d5332b440a12698e8519 (patch) | |
tree | 1c8ddc5622487d4b82fe988fa0d3735632ef1a66 /doc | |
parent | 4a582fac2a24b6fca170721ec7adcca9239457ff (diff) | |
download | pacman-c5d9b999c76dceb077d5d5332b440a12698e8519.tar.gz pacman-c5d9b999c76dceb077d5d5332b440a12698e8519.tar.xz |
Add repo-remove.8 to list of cleanup in doc/Makefile.am
repo-remove.8 is generated with Makefile but is not removed on clean.
This patch add it to list of untracked autoconf files.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index a796a91e..4703b63a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -51,7 +51,7 @@ EXTRA_DIST = \ $(DOXYGEN_MANS) # Files that should be removed, but which Automake does not know. -MOSTLYCLEANFILES = *.xml $(ASCIIDOC_MANS) $(HTML_DOCS) +MOSTLYCLEANFILES = *.xml $(ASCIIDOC_MANS) $(HTML_DOCS) repo-remove.8 # Ensure manpages are fresh when building a dist tarball dist-hook: |