[pacman-dev] [PATCH] Add repo-remove.8 to list of cleanup in doc/Makefile.am

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Tue May 12 12:04:11 EDT 2009


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 at yahoo.com.ar>
---
 doc/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index a796a91..4703b63 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:
-- 
1.6.3



More information about the pacman-dev mailing list