From c5d9b999c76dceb077d5d5332b440a12698e8519 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Tue, 12 May 2009 13:04:11 -0300 Subject: 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 Signed-off-by: Dan McGee --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Makefile.am') 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: -- cgit v1.2.3-24-g4f1b