diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-31 00:45:32 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-31 00:45:32 -0300 |
commit | 925a12a43c2d8cda9f6c0d7e265c54694d5bc1fe (patch) | |
tree | ec16216fc7d336e99633432da7d19792a4d18ffa /pcr/htmldoc/manpage-fixes.patch | |
parent | 9a6d5dbc2102a9ee803539a64fbd81fa634ba31b (diff) | |
parent | d4e56a4f98655a6e0cad3e0c6a91bdd9b5edc2d1 (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/htmldoc/manpage-fixes.patch')
-rw-r--r-- | pcr/htmldoc/manpage-fixes.patch | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/pcr/htmldoc/manpage-fixes.patch b/pcr/htmldoc/manpage-fixes.patch new file mode 100644 index 000000000..8a47b8470 --- /dev/null +++ b/pcr/htmldoc/manpage-fixes.patch @@ -0,0 +1,42 @@ +Description: Documentation fixes + This patch gives us a complete documentation build, and also fixes + some minor inaccuracies in the docs. +Author: Jeff Licquia <licquia@debian.org> +Last-Update: 2011-02-20 + +--- htmldoc-1.8.27.orig/doc/Makefile ++++ htmldoc-1.8.27/doc/Makefile +@@ -40,7 +40,7 @@ SOURCES = intro.html 1-install.html 2-st + d-compile.html + + DOCUMENTS = htmldoc.html htmldoc.pdf htmldoc.ps +-DOCFILES = help.html htmldoc.pdf ++DOCFILES = help.html htmldoc.pdf htmldoc.html htmldoc.ps + + HTMLDOC = ../htmldoc/htmldoc$(EXEEXT) --datadir .. --strict --verbose + +--- htmldoc-1.8.27.orig/doc/htmldoc.man ++++ htmldoc-1.8.27/doc/htmldoc.man +@@ -80,9 +80,11 @@ Specifies the bottom margin in points (n + (##in), centimeters (##cm), or millimeters (##mm). + + .TP 5 +---charset \fI{8859-1...8859-15}\fR ++--charset \fIcharset-id\fR + .br +-Specifies the ISO character set to use for the output. ++Specifies the ISO character set to use for the output. Supported ++charsets include some Windows code pages (cp-###), ISO 8859 sets ++1-9, 14, and 15 (iso8859-##), and koi8-r. + + .TP 5 + --color +@@ -579,7 +581,7 @@ program. + .SH SEE ALSO + HTMLDOC Software Users Manual + .LP +-http://www.easysw.com/htmldoc/ ++http://www.htmldoc.org/documentation.php + .SH AUTHOR + Michael Sweet, Easy Software Products + .SH TRADEMARKS |