aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-21 15:23:20 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-21 15:52:41 +0100
commit36916619f0b07b4412df5a96683579552dd96285 (patch)
tree29df82de9a033570826c2791f9b6457ac7b63bd5 /README-maintainer
parente058247bcfb132866dae5c873db7591bcc13db7e (diff)
downloadqpdf-36916619f0b07b4412df5a96683579552dd96285.tar.zst
Stop adding pre-built documentation to the source distribution
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer11
1 files changed, 0 insertions, 11 deletions
diff --git a/README-maintainer b/README-maintainer
index dfa224ab..3ca9caf7 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -4,10 +4,6 @@ ROUTINE DEVELOPMENT
Default:
-./configure CXX="g++ --std=c++14" --enable-werror
-
-Doc:
-
./configure CXX="g++ --std=c++14" --enable-werror --enable-doc-maintenance
Debugging:
@@ -363,13 +359,6 @@ rsync -vrlcO ./ jay_berkenbilt,qpdf@frs.sourceforge.net:/home/frs/project/q/qp/q
OTHER NOTES
-To construct a source distribution from a pristine checkout,
-`make_dist` does the following:
-
-./configure --enable-doc-maintenance --enable-werror
-make build_manual
-make distclean
-
For local iteration on the AppImage generation, it works to just
./build-scripts/build-appimage and get the resulting AppImage from
the distribution directory. You can also pass -e SKIP_TESTS=1