aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
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