Commit cda1458159b603d53d05edd0a3d69b73c4106576

Authored by Jay Berkenbilt
1 parent f7a18c42

README.windows -> README-windows.txt

git-svn-id: svn+q:///qpdf/trunk@1013 71b93d88-0707-0410-a8cf-f5a4172ac649
... ... @@ -17,8 +17,8 @@ of virtually all Linux distributions and are readily available;
17 17 download information appears in the documentation. You can also
18 18 download the external library distributions in source from from qpdf's
19 19 download site. For Windows, you can download pre-built binary
20   -verisons of those libraries for some compilers; see README.windows for
21   -additional details.
  20 +verisons of those libraries for some compilers; see README-windows.txt
  21 +for additional details.
22 22  
23 23  
24 24 Licensing terms of embedded software
... ... @@ -61,7 +61,7 @@ make and other related tools. The MSVC works with either cygwin or
61 61 MSYS. The mingw build requires MSYS and will probably not work with
62 62 cygwin.
63 63  
64   -For details on how to build under Windows, see README.windows.
  64 +For details on how to build under Windows, see README-windows.txt.
65 65  
66 66  
67 67 Additional Notes on Build
... ... @@ -73,7 +73,7 @@ obeying the compiler specified with configure. This can be enabled by
73 73 passing --with-buildrules=buildrules where buildrules corresponds to
74 74 one of the .mk files (other than rules.mk) in the make directory.
75 75 This should never be necessary on a UNIX system, but may be necessary
76   -on a Windows system. See README.windows for details. There is a
  76 +on a Windows system. See README-windows.txt for details. There is a
77 77 gcc-linux.mk file enable "gcc-linux" build rules, but it is intended
78 78 to help test the build system; Linux users should build with the
79 79 "libtools" rules, which are enabled by default.
... ...
README-what-to-download.txt
... ... @@ -21,8 +21,8 @@ download.
21 21  
22 22 If you want to build qpdf for Windows yourself with either MINGW's
23 23 gcc 4.4 or VC9, you can download this file and extract it inside
24   - the qpdf source distribution. Please refer to README.windows in
25   - the qpdf source distribution for additional details.
  24 + the qpdf source distribution. Please refer to README-windows.txt
  25 + in the qpdf source distribution for additional details.
26 26  
27 27 * qpdf-external-libs-src.zip
28 28  
... ...
README.windows renamed to README-windows.txt
manual/qpdf-manual.xml
... ... @@ -180,7 +180,7 @@ make
180 180 </para>
181 181 <para>
182 182 Building on Windows is a little bit more complicated. For
183   - details, please see <filename>README.windows</filename> in the
  183 + details, please see <filename>README-windows.txt</filename> in the
184 184 source distribution. You can also download a binary distribution
185 185 for Windows.
186 186 </para>
... ...