mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +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.log
|
||||||
config.status
|
config.status
|
||||||
configure
|
configure
|
||||||
|
distfiles.zip
|
||||||
doc/fix-qdf.1
|
doc/fix-qdf.1
|
||||||
doc/qpdf-manual.html
|
doc/qpdf-manual.html
|
||||||
doc/qpdf-manual.pdf
|
doc/qpdf-manual.pdf
|
||||||
|
7
Makefile
7
Makefile
@ -102,6 +102,11 @@ autofiles.zip: $(AUTOFILES)
|
|||||||
$(RM) autofiles.zip
|
$(RM) autofiles.zip
|
||||||
zip autofiles.zip $(AUTOFILES)
|
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
|
distclean: clean
|
||||||
$(RM) -r autoconf.mk autom4te.cache config.log config.status libtool
|
$(RM) -r autoconf.mk autom4te.cache config.log config.status libtool
|
||||||
$(RM) libqpdf/qpdf/qpdf-config.h
|
$(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) configure doc/qpdf-manual.* libqpdf/qpdf/qpdf-config.h.in
|
||||||
$(RM) aclocal.m4
|
$(RM) aclocal.m4
|
||||||
$(RM) -r install-mingw install-msvc external-libs
|
$(RM) -r install-mingw install-msvc external-libs
|
||||||
$(RM) autofiles.zip
|
$(RM) autofiles.zip distfiles.zip
|
||||||
|
|
||||||
.PHONY: $(TEST_TARGETS)
|
.PHONY: $(TEST_TARGETS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user