aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-11 23:23:31 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-11 23:27:54 +0200
commitaa864d214249bc16b93a56dbdc1cac91fa276a46 (patch)
treef7f9753040607b5ebe9a5c465b6ea45a68694933 /README-maintainer
parentd1368a38516726e0891660696e86585ad37bf55e (diff)
downloadqpdf-aa864d214249bc16b93a56dbdc1cac91fa276a46.tar.zst
Automatically detect outdated generated files
Update documentation to reflect that automatically generated files are committed. Detect when they are outdated if we have the ability to regenerate them.
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer14
1 files changed, 6 insertions, 8 deletions
diff --git a/README-maintainer b/README-maintainer
index 69f5116b..2f52aa68 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -269,10 +269,10 @@ If building or editing documentation, configure with
`--enable-doc-maintenance`. This will ensure that all tools or files
required to validate and build documentation are available.
-If you want to run `make maintainer-clean`, `make distclean`, or `make
-autofiles.zip` and you haven't run `./configure`, you can pass
-`CLEAN=1` to make on the command line to prevent it from complaining
-about configure not having been run.
+If you want to run `make maintainer-clean` or `make distclean` and you
+haven't run `./configure`, you can pass `CLEAN=1` to make on the
+command line to prevent it from complaining about configure not having
+been run.
If you want to run checks without rerunning the build, pass
`NO_REBUILD=1` to make. This can be useful for special testing
@@ -283,10 +283,8 @@ LOCAL WINDOWS TESTING PROCEDURE
This is what I do for routine testing on Windows.
-From Linux, run `./autogen.sh` and `make autofiles.zip CLEAN=1`.
-
-From Windows, git clone from my Linux clone, unzip `external-libs`,
-and unzip `autofiles.zip`.
+From Windows, git clone from my Linux clone, and unzip
+`external-libs`.
Look at `make_windows_releases`. Set up path the same way and run
whichever `./config-*` is appropriate for whichever compiler I need to