From 3f7cafb370365651c76bba51b7f09110b35d6252 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 4 Dec 2013 04:40:02 +0000 Subject: Fix 'make clean' where some files were not being cleaned (thanks fabian). Subversion-branch: /branches/v2-branch Subversion-revision: 2756 --- man/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man/Makefile.am') diff --git a/man/Makefile.am b/man/Makefile.am index 204e6c95..899442f6 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -35,6 +35,9 @@ hereticdocs_DATA = INSTALL.heretic CMDLINE.heretic hexendocs_DATA = INSTALL.hexen CMDLINE.hexen strifedocs_DATA = INSTALL.strife CMDLINE.strife +CLEANFILES = $(man_MANS) $(doomdocs_DATA) $(hereticdocs_DATA) \ + $(hexendocs_DATA) $(strifedocs_DATA) + chocolate-doom.6: ../src $(MANPAGE_GEN_FILES) ./docgen -g doom -m doom.template ../src ../src/doom > $@ -- cgit v1.2.3