mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-02 22:50:20 +00:00
Create distfiles.zip target
This creates a zip file of the files that are present in a source distribution but not present in the repository.
This commit is contained in:
parent
6ee761fc86
commit
e7adaff786
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@ autom4te.cache/
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
distfiles.zip
|
||||
doc/fix-qdf.1
|
||||
doc/qpdf-manual.html
|
||||
doc/qpdf-manual.pdf
|
||||
|
7
Makefile
7
Makefile
@ -102,6 +102,11 @@ autofiles.zip: $(AUTOFILES)
|
||||
$(RM) autofiles.zip
|
||||
zip autofiles.zip $(AUTOFILES)
|
||||
|
||||
DISTFILES = $(AUTOFILES) doc/qpdf-manual.html doc/qpdf-manual.pdf
|
||||
distfiles.zip: $(DISTFILES)
|
||||
$(RM) distfiles.zip
|
||||
zip distfiles.zip $(DISTFILES)
|
||||
|
||||
distclean: clean
|
||||
$(RM) -r autoconf.mk autom4te.cache config.log config.status libtool
|
||||
$(RM) libqpdf/qpdf/qpdf-config.h
|
||||
@ -114,7 +119,7 @@ maintainer-clean: distclean
|
||||
$(RM) configure doc/qpdf-manual.* libqpdf/qpdf/qpdf-config.h.in
|
||||
$(RM) aclocal.m4
|
||||
$(RM) -r install-mingw install-msvc external-libs
|
||||
$(RM) autofiles.zip
|
||||
$(RM) autofiles.zip distfiles.zip
|
||||
|
||||
.PHONY: $(TEST_TARGETS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user