2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-30 00:40:52 +00:00

Minor doc cleanup, update spelling checker

This commit is contained in:
Jay Berkenbilt 2021-12-12 13:29:31 -05:00
parent 948c4546c8
commit 39779dd3c8
2 changed files with 10 additions and 3 deletions

View File

@ -104,7 +104,7 @@ QPDF is known to build and pass its test suite with mingw (latest version tested
QPDF's build system, inspired by [abuild](https://www.qbilt.org/abuild), can optionally use its own built-in rules rather than using libtool and obeying the compiler specified with configure. This can be enabled by passing `--with-buildrules=buildrules` where buildrules corresponds to one of the `.mk` files (other than `rules.mk`) in the make directory. This should never be necessary on a UNIX system, but may be necessary on a Windows system. See [README-windows.md](README-windows.md) for details. QPDF's build system, inspired by [abuild](https://www.qbilt.org/abuild), can optionally use its own built-in rules rather than using libtool and obeying the compiler specified with configure. This can be enabled by passing `--with-buildrules=buildrules` where buildrules corresponds to one of the `.mk` files (other than `rules.mk`) in the make directory. This should never be necessary on a UNIX system, but may be necessary on a Windows system. See [README-windows.md](README-windows.md) for details.
The QPDF package provides some executables and a software library. A user manual can be found in the "doc" directory. The docbook sources to the user manual can be found in the `manual` directory. The QPDF package provides some executables and a software library. A user manual can be found in the "doc" directory. The sources to the user manual can be found in the `manual` directory.
The software library is just `libqpdf`, and all the header files are in the `qpdf` subdirectories of `include` and `libqpdf`. If you link statically with `-lqpdf`, then you will also need to link with `-lz` and `-ljpeg`. The shared qpdf library is linked with `-lz` and `-ljpeg`, none of qpdf's public header files directly include files from `libz`, and only `Pl_DCT.hh` includes files from `libjpeg`, so for most cases, qpdf's development files are self contained. If you need to use `Pl_DCT` in your application code, you will need to have the header files for some libjpeg distribution in your include path. The software library is just `libqpdf`, and all the header files are in the `qpdf` subdirectories of `include` and `libqpdf`. If you link statically with `-lqpdf`, then you will also need to link with `-lz` and `-ljpeg`. The shared qpdf library is linked with `-lz` and `-ljpeg`, none of qpdf's public header files directly include files from `libz`, and only `Pl_DCT.hh` includes files from `libjpeg`, so for most cases, qpdf's development files are self contained. If you need to use `Pl_DCT` in your application code, you will need to have the header files for some libjpeg distribution in your include path.

View File

@ -35,6 +35,7 @@
"bashcompinit", "bashcompinit",
"berkenbilt", "berkenbilt",
"binmode", "binmode",
"bitstream",
"blinearize", "blinearize",
"boldseq", "boldseq",
"bookinfo", "bookinfo",
@ -81,8 +82,6 @@
"distclean", "distclean",
"distfiles", "distfiles",
"ditems", "ditems",
"docbook",
"docbookx",
"docdir", "docdir",
"dohnal", "dohnal",
"dqpdf", "dqpdf",
@ -185,6 +184,8 @@
"jurczyk", "jurczyk",
"kgdl", "kgdl",
"lastreleased", "lastreleased",
"latexmk",
"latexpdf",
"lbuf", "lbuf",
"lcrypto", "lcrypto",
"ldflags", "ldflags",
@ -217,6 +218,7 @@
"makefiles", "makefiles",
"masamichi", "masamichi",
"mateusz", "mateusz",
"maxdepth",
"mdash", "mdash",
"mkdir", "mkdir",
"mkinstalldirs", "mkinstalldirs",
@ -284,6 +286,7 @@
"pbytes", "pbytes",
"pclm", "pclm",
"pcre", "pcre",
"pdflatex",
"pdfs", "pdfs",
"pdlin", "pdlin",
"pfeifle", "pfeifle",
@ -364,7 +367,9 @@
"rklength", "rklength",
"rpath", "rpath",
"rstream", "rstream",
"runtest",
"sahil", "sahil",
"samp",
"sarray", "sarray",
"scarff", "scarff",
"seekable", "seekable",
@ -396,12 +401,14 @@
"syuu", "syuu",
"tbuf", "tbuf",
"testcase", "testcase",
"texlive",
"tgen", "tgen",
"tiffcmp", "tiffcmp",
"tmatrix", "tmatrix",
"tnum", "tnum",
"tobj", "tobj",
"tobjid", "tobjid",
"toctree",
"toolchains", "toolchains",
"transcoders", "transcoders",
"trueroad", "trueroad",