Commit 39779dd3c8e6fe12b32e44b70d595aea5fe941ea
1 parent
948c4546
Minor doc cleanup, update spelling checker
Showing
2 changed files
with
10 additions
and
3 deletions
README.md
| @@ -104,7 +104,7 @@ QPDF is known to build and pass its test suite with mingw (latest version tested | @@ -104,7 +104,7 @@ QPDF is known to build and pass its test suite with mingw (latest version tested | ||
| 104 | 104 | ||
| 105 | 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. | 105 | 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. |
| 106 | 106 | ||
| 107 | -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. | 107 | +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. |
| 108 | 108 | ||
| 109 | 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. | 109 | 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. |
| 110 | 110 |
cSpell.json
| @@ -35,6 +35,7 @@ | @@ -35,6 +35,7 @@ | ||
| 35 | "bashcompinit", | 35 | "bashcompinit", |
| 36 | "berkenbilt", | 36 | "berkenbilt", |
| 37 | "binmode", | 37 | "binmode", |
| 38 | + "bitstream", | ||
| 38 | "blinearize", | 39 | "blinearize", |
| 39 | "boldseq", | 40 | "boldseq", |
| 40 | "bookinfo", | 41 | "bookinfo", |
| @@ -81,8 +82,6 @@ | @@ -81,8 +82,6 @@ | ||
| 81 | "distclean", | 82 | "distclean", |
| 82 | "distfiles", | 83 | "distfiles", |
| 83 | "ditems", | 84 | "ditems", |
| 84 | - "docbook", | ||
| 85 | - "docbookx", | ||
| 86 | "docdir", | 85 | "docdir", |
| 87 | "dohnal", | 86 | "dohnal", |
| 88 | "dqpdf", | 87 | "dqpdf", |
| @@ -185,6 +184,8 @@ | @@ -185,6 +184,8 @@ | ||
| 185 | "jurczyk", | 184 | "jurczyk", |
| 186 | "kgdl", | 185 | "kgdl", |
| 187 | "lastreleased", | 186 | "lastreleased", |
| 187 | + "latexmk", | ||
| 188 | + "latexpdf", | ||
| 188 | "lbuf", | 189 | "lbuf", |
| 189 | "lcrypto", | 190 | "lcrypto", |
| 190 | "ldflags", | 191 | "ldflags", |
| @@ -217,6 +218,7 @@ | @@ -217,6 +218,7 @@ | ||
| 217 | "makefiles", | 218 | "makefiles", |
| 218 | "masamichi", | 219 | "masamichi", |
| 219 | "mateusz", | 220 | "mateusz", |
| 221 | + "maxdepth", | ||
| 220 | "mdash", | 222 | "mdash", |
| 221 | "mkdir", | 223 | "mkdir", |
| 222 | "mkinstalldirs", | 224 | "mkinstalldirs", |
| @@ -284,6 +286,7 @@ | @@ -284,6 +286,7 @@ | ||
| 284 | "pbytes", | 286 | "pbytes", |
| 285 | "pclm", | 287 | "pclm", |
| 286 | "pcre", | 288 | "pcre", |
| 289 | + "pdflatex", | ||
| 287 | "pdfs", | 290 | "pdfs", |
| 288 | "pdlin", | 291 | "pdlin", |
| 289 | "pfeifle", | 292 | "pfeifle", |
| @@ -364,7 +367,9 @@ | @@ -364,7 +367,9 @@ | ||
| 364 | "rklength", | 367 | "rklength", |
| 365 | "rpath", | 368 | "rpath", |
| 366 | "rstream", | 369 | "rstream", |
| 370 | + "runtest", | ||
| 367 | "sahil", | 371 | "sahil", |
| 372 | + "samp", | ||
| 368 | "sarray", | 373 | "sarray", |
| 369 | "scarff", | 374 | "scarff", |
| 370 | "seekable", | 375 | "seekable", |
| @@ -396,12 +401,14 @@ | @@ -396,12 +401,14 @@ | ||
| 396 | "syuu", | 401 | "syuu", |
| 397 | "tbuf", | 402 | "tbuf", |
| 398 | "testcase", | 403 | "testcase", |
| 404 | + "texlive", | ||
| 399 | "tgen", | 405 | "tgen", |
| 400 | "tiffcmp", | 406 | "tiffcmp", |
| 401 | "tmatrix", | 407 | "tmatrix", |
| 402 | "tnum", | 408 | "tnum", |
| 403 | "tobj", | 409 | "tobj", |
| 404 | "tobjid", | 410 | "tobjid", |
| 411 | + "toctree", | ||
| 405 | "toolchains", | 412 | "toolchains", |
| 406 | "transcoders", | 413 | "transcoders", |
| 407 | "trueroad", | 414 | "trueroad", |