Commit 39779dd3c8e6fe12b32e44b70d595aea5fe941ea

Authored by Jay Berkenbilt
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 104  
105 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 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 35 "bashcompinit",
36 36 "berkenbilt",
37 37 "binmode",
  38 + "bitstream",
38 39 "blinearize",
39 40 "boldseq",
40 41 "bookinfo",
... ... @@ -81,8 +82,6 @@
81 82 "distclean",
82 83 "distfiles",
83 84 "ditems",
84   - "docbook",
85   - "docbookx",
86 85 "docdir",
87 86 "dohnal",
88 87 "dqpdf",
... ... @@ -185,6 +184,8 @@
185 184 "jurczyk",
186 185 "kgdl",
187 186 "lastreleased",
  187 + "latexmk",
  188 + "latexpdf",
188 189 "lbuf",
189 190 "lcrypto",
190 191 "ldflags",
... ... @@ -217,6 +218,7 @@
217 218 "makefiles",
218 219 "masamichi",
219 220 "mateusz",
  221 + "maxdepth",
220 222 "mdash",
221 223 "mkdir",
222 224 "mkinstalldirs",
... ... @@ -284,6 +286,7 @@
284 286 "pbytes",
285 287 "pclm",
286 288 "pcre",
  289 + "pdflatex",
287 290 "pdfs",
288 291 "pdlin",
289 292 "pfeifle",
... ... @@ -364,7 +367,9 @@
364 367 "rklength",
365 368 "rpath",
366 369 "rstream",
  370 + "runtest",
367 371 "sahil",
  372 + "samp",
368 373 "sarray",
369 374 "scarff",
370 375 "seekable",
... ... @@ -396,12 +401,14 @@
396 401 "syuu",
397 402 "tbuf",
398 403 "testcase",
  404 + "texlive",
399 405 "tgen",
400 406 "tiffcmp",
401 407 "tmatrix",
402 408 "tnum",
403 409 "tobj",
404 410 "tobjid",
  411 + "toctree",
405 412 "toolchains",
406 413 "transcoders",
407 414 "trueroad",
... ...