summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-06 12:23:13 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-11-06 12:23:13 +0100
commita1934daeb4e1b4c553a9394ca167bd7c67984e9d (patch)
tree352c8a522e85c3bfc3b17a501203b6120358ff12 /doc/Makefile
parent98506e16c790ce0394490e88db0c5db05c885e67 (diff)
doc/Makefile: remove .3 file with make clean
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index a5577acbaa..9fa8382ee5 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -79,7 +79,7 @@ uninstall-man:
$(RM) $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
clean::
- $(RM) $(TXTPAGES) doc/*.html doc/*.pod doc/*.1 $(CLEANSUFFIXES:%=doc/%) doc/avoptions_*.texi
+ $(RM) $(TXTPAGES) doc/*.html doc/*.pod doc/*.1 doc/*.3 $(CLEANSUFFIXES:%=doc/%) doc/avoptions_*.texi
$(RM) -r doc/doxy/html
-include $(wildcard $(DOCS:%=%.d))