From 36916619f0b07b4412df5a96683579552dd96285 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 21 Dec 2021 09:23:20 -0500 Subject: Stop adding pre-built documentation to the source distribution --- README-maintainer | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'README-maintainer') 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 -- cgit v1.2.3-54-g00ecf