From 78c1da815e78fe1f3edb8fc5b80753e1d5dbdeca Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 18 Jul 2021 16:46:34 -0400 Subject: [PATCH] Fix typo. --- README.md | 2 +- doc/pdfio.3 | 2 +- doc/pdfio.html | 2 +- doc/pdfio.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b70077..3f016d8 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ command or as environment variables: - `COMMONFLAGS`: options for the C compiler and linker (typically architecture and optimization options, default is "-Os -g") - `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) - `DSOFLAGS`: options for the C compiler when linking the shared library (default "") diff --git a/doc/pdfio.3 b/doc/pdfio.3 index 56c1e75..3328d40 100644 --- a/doc/pdfio.3 +++ b/doc/pdfio.3 @@ -115,7 +115,7 @@ CPPFLAGS: options for the C preprocessor (default "") .IP \(bu 5 .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 .PP diff --git a/doc/pdfio.html b/doc/pdfio.html index e3da18a..465cc13 100644 --- a/doc/pdfio.html +++ b/doc/pdfio.html @@ -525,7 +525,7 @@ make install-shared
  • CPPFLAGS: options for the C preprocessor (default "")

  • -
  • 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)

  • DSOFLAGS: options for the C compiler when linking the shared library (default "")

  • diff --git a/doc/pdfio.md b/doc/pdfio.md index 04cb422..7ab17f9 100644 --- a/doc/pdfio.md +++ b/doc/pdfio.md @@ -74,7 +74,7 @@ command or as environment variables: - `COMMONFLAGS`: options for the C compiler and linker (typically architecture and optimization options, default is "-Os -g") - `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) - `DSOFLAGS`: options for the C compiler when linking the shared library (default "")