]> wimlib.net Git - wimlib/commitdiff
Include windows-build.sh in the release tarballs
authorEric Biggers <ebiggers3@gmail.com>
Fri, 31 Mar 2023 07:15:02 +0000 (00:15 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 31 Mar 2023 07:15:02 +0000 (00:15 -0700)
Makefile.am
README.WINDOWS

index 24864aa357bc20c93a25e82d53404dbd758577f3..c5e6a140d9bfc92eaed503622b440c0df7f53c57 100644 (file)
@@ -19,7 +19,8 @@ AM_LDFLAGS    = $(PLATFORM_LDFLAGS)
 
 EXTRA_DIST     = README README.WINDOWS                         \
                  COPYING COPYING.GPLv3 COPYING.LGPLv3          \
-                 examples tools/get-version-number
+                 examples                                      \
+                 tools/get-version-number tools/windows-build.sh
 
 ##############################################################################
 #                              Library                                      #
index 75b54802c49aace9a6b49fb25c287c277a6b3b75..88d68ffbd49d9e148c422f38e3dc46f3ae4d0a44 100644 (file)
@@ -109,10 +109,8 @@ After that, open any MSYS2 shell again and run the following commands:
 Note: By default the git repository will be on the "master" branch, which is the
 latest development snapshot.  Optionally, you can check out a specific version,
 e.g. 'cd wimlib && git checkout v1.14.0'.  For old versions, please refer to the
-documentation for that version, as things may have changed.  Also, it is
-possible to use a release tarball (e.g. wimlib-1.14.0.tar.gz) instead of the git
-repository; however, the windows-build.sh script will not be available in that
-case and you will need to handle more things yourself.
+documentation for that version, as things may have changed.  It is also possible
+to use a release tarball (e.g. wimlib-1.14.0.tar.gz) instead of the git repo.
 
 Finally, to actually do a build, close the MSYS2 shell you have open, then open
 one of the following from the Start menu: