Commit 9cc43c6e44fa899acc84341899cb41b359d245b4

Authored by Jay Berkenbilt
1 parent ace2a031

remove installation files


git-svn-id: svn+q:///qpdf/trunk@902 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 1 additions and 0 deletions
Makefile
@@ -100,6 +100,7 @@ distclean: clean @@ -100,6 +100,7 @@ distclean: clean
100 maintainer-clean: distclean 100 maintainer-clean: distclean
101 $(RM) configure doc/qpdf-manual.* libqpdf/qpdf/qpdf-config.h.in 101 $(RM) configure doc/qpdf-manual.* libqpdf/qpdf/qpdf-config.h.in
102 $(RM) aclocal.m4 102 $(RM) aclocal.m4
  103 + $(RM) -r install-mingw install-msvc external-libs
103 104
104 .PHONY: $(TEST_TARGETS) 105 .PHONY: $(TEST_TARGETS)
105 $(foreach B,$(TEST_ITEMS),$(eval \ 106 $(foreach B,$(TEST_ITEMS),$(eval \