diff options
author | Pieter Hintjens <ph@imatix.com> | 2010-08-04 14:56:58 +0200 |
---|---|---|
committer | Pieter Hintjens <ph@imatix.com> | 2010-08-04 14:56:58 +0200 |
commit | c51de31f2fd31f782e419bfac2fb8d40d689f3e3 (patch) | |
tree | 37688a09fc3b16f7eed4467387e31f71e7c50f70 | |
parent | 77a3c36ff1f11215229a4efdb821a3cb83a9d6fc (diff) |
Reverting 'clean' change to Makefile
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index a23cb4e..44dcfdf 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -27,8 +27,6 @@ MAINTAINERCLEANFILES = $(MAN_DOC) $(MAN_HTML) dist-hook : $(MAN_DOC) $(MAN_HTML) -clean: - rm *.1 *.3 *.7 if BUILD_DOC SUFFIXES=.html .txt .xml .1 .3 .7 |