aboutsummaryrefslogtreecommitdiffstats
path: root/README.maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-11 02:24:16 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-11 03:30:32 +0200
commit9a96e233b051b31289c84f90a321583887b1400a (patch)
tree233f0f9ad9c257b80f13734698e97ba842a59799 /README.maintainer
parent30f109e244f365111d5219903f13d64cf1a95054 (diff)
downloadqpdf-9a96e233b051b31289c84f90a321583887b1400a.tar.zst
Remove PCRE
Diffstat (limited to 'README.maintainer')
-rw-r--r--README.maintainer7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.maintainer b/README.maintainer
index 209a5ebf..690e3d09 100644
--- a/README.maintainer
+++ b/README.maintainer
@@ -113,7 +113,12 @@ Release Reminders
version control system into a directory called qpdf-external-libs
and just make a zip file of the result called
qpdf-external-libs-src.zip. See the README.txt file there for
- information on creating binary external libs releases.
+ information on creating binary external libs releases. Run this
+ from the external-libs repository:
+
+ git archive --prefix=external-libs/ HEAD . | (cd /tmp; tar xf -)
+ cd /tmp
+ zip -r qpdf-external-libs-src.zip external-libs
* To create Windows binary releases, extract the qpdf source
distribution in Windows (MSYS + MINGW, MSVC). From the extracted