aboutsummaryrefslogtreecommitdiffstats
path: root/README-windows.md
diff options
context:
space:
mode:
Diffstat (limited to 'README-windows.md')
-rw-r--r--README-windows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-windows.md b/README-windows.md
index 87bebc2b..471e773c 100644
--- a/README-windows.md
+++ b/README-windows.md
@@ -40,7 +40,7 @@ You can also download `qpdf-external-libs-src.zip` and follow the instructions i
# Building from version control
-If you check out qpdf from version control, you will not have the files that are generated by autoconf. If you are not changing these files, you can grab them from a source distribution or create them from a system that has autoconf. To create them from scratch, run `./autogen.sh` on a system that has autoconf installed. Once you have them, you can run `make CLEAN=1 autofiles.zip`. This will create an autofiles.zip that you can extract on top of a fresh checkout.
+If you check out qpdf from version control, documentation files will not be generated or installed. Documentation files are included in the source distribution, but they can only be built from Linux.
# Building with MinGW