mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-04-19 23:16:48 +02:00
Fix typo.
This commit is contained in:
parent
b007156c01
commit
78c1da815e
@ -88,7 +88,7 @@ command or as environment variables:
|
|||||||
- `COMMONFLAGS`: options for the C compiler and linker (typically architecture
|
- `COMMONFLAGS`: options for the C compiler and linker (typically architecture
|
||||||
and optimization options, default is "-Os -g")
|
and optimization options, default is "-Os -g")
|
||||||
- `CPPFLAGS`: options for the C preprocessor (default "")
|
- `CPPFLAGS`: options for the C preprocessor (default "")
|
||||||
- `DESTDIR" and "DSTROOT`: specifies a root directory when installing
|
- `DESTDIR` and `DSTROOT`: specifies a root directory when installing
|
||||||
(default is "", specify only one)
|
(default is "", specify only one)
|
||||||
- `DSOFLAGS`: options for the C compiler when linking the shared library
|
- `DSOFLAGS`: options for the C compiler when linking the shared library
|
||||||
(default "")
|
(default "")
|
||||||
|
@ -115,7 +115,7 @@ CPPFLAGS: options for the C preprocessor (default "")
|
|||||||
|
|
||||||
.IP \(bu 5
|
.IP \(bu 5
|
||||||
.PP
|
.PP
|
||||||
DESTDIR" and "DSTROOT: specifies a root directory when installing (default is "", specify only one)
|
DESTDIR and DSTROOT: specifies a root directory when installing (default is "", specify only one)
|
||||||
|
|
||||||
.IP \(bu 5
|
.IP \(bu 5
|
||||||
.PP
|
.PP
|
||||||
|
@ -525,7 +525,7 @@ make install-shared
|
|||||||
</li>
|
</li>
|
||||||
<li><p><code>CPPFLAGS</code>: options for the C preprocessor (default "")</p>
|
<li><p><code>CPPFLAGS</code>: options for the C preprocessor (default "")</p>
|
||||||
</li>
|
</li>
|
||||||
<li><p><code>DESTDIR" and "DSTROOT</code>: specifies a root directory when installing (default is "", specify only one)</p>
|
<li><p><code>DESTDIR</code> and <code>DSTROOT</code>: specifies a root directory when installing (default is "", specify only one)</p>
|
||||||
</li>
|
</li>
|
||||||
<li><p><code>DSOFLAGS</code>: options for the C compiler when linking the shared library (default "")</p>
|
<li><p><code>DSOFLAGS</code>: options for the C compiler when linking the shared library (default "")</p>
|
||||||
</li>
|
</li>
|
||||||
|
@ -74,7 +74,7 @@ command or as environment variables:
|
|||||||
- `COMMONFLAGS`: options for the C compiler and linker (typically architecture
|
- `COMMONFLAGS`: options for the C compiler and linker (typically architecture
|
||||||
and optimization options, default is "-Os -g")
|
and optimization options, default is "-Os -g")
|
||||||
- `CPPFLAGS`: options for the C preprocessor (default "")
|
- `CPPFLAGS`: options for the C preprocessor (default "")
|
||||||
- `DESTDIR" and "DSTROOT`: specifies a root directory when installing
|
- `DESTDIR` and `DSTROOT`: specifies a root directory when installing
|
||||||
(default is "", specify only one)
|
(default is "", specify only one)
|
||||||
- `DSOFLAGS`: options for the C compiler when linking the shared library
|
- `DSOFLAGS`: options for the C compiler when linking the shared library
|
||||||
(default "")
|
(default "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user