Commit 9cc43c6e44fa899acc84341899cb41b359d245b4
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 | 100 | maintainer-clean: distclean |
| 101 | 101 | $(RM) configure doc/qpdf-manual.* libqpdf/qpdf/qpdf-config.h.in |
| 102 | 102 | $(RM) aclocal.m4 |
| 103 | + $(RM) -r install-mingw install-msvc external-libs | |
| 103 | 104 | |
| 104 | 105 | .PHONY: $(TEST_TARGETS) |
| 105 | 106 | $(foreach B,$(TEST_ITEMS),$(eval \ | ... | ... |