aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 6a6412dc..64bb8bcd 100644
--- a/Makefile
+++ b/Makefile
@@ -97,23 +97,16 @@ $(foreach B,$(BUILD_ITEMS),$(eval \
clean_$(B): ; \
$(RM) -r $(B)/$(OUTPUT_DIR)))
-DISTFILES = doc/qpdf-manual.html doc/qpdf-manual.pdf
-distfiles.zip: $(DISTFILES)
- $(RM) distfiles.zip
- zip -r distfiles.zip $(DISTFILES) doc/_static
-
distclean: clean
$(RM) -r autoconf.mk autom4te.cache config.log config.status libtool
$(RM) libqpdf/qpdf/qpdf-config.h
$(RM) manual/html.xsl
$(RM) manual/print.xsl
- $(RM) doc/*.1
$(RM) libqpdf.pc libqpdf.map
maintainer-clean: distclean
- $(RM) doc/qpdf-manual.*
$(RM) -r install-mingw* install-msvc* external-libs
- $(RM) distfiles.zip
+ $(RM) -rf doc
.PHONY: $(TEST_TARGETS)