[tex4ht-commits] [SCM] tex4ht updated: r521 - trunk/doc
karl at gnu.org.ua
karl at gnu.org.ua
Sun Feb 3 19:33:49 CET 2019
Author: karl
Date: 2019-02-03 20:33:49 +0200 (Sun, 03 Feb 2019)
New Revision: 521
Added:
trunk/doc/tex4ht.1
Modified:
trunk/doc/
trunk/doc/Makefile
Log:
update and add man page from Debian
Index: trunk/doc
===================================================================
--- trunk/doc 2019-01-30 21:41:00 UTC (rev 520)
+++ trunk/doc 2019-02-03 18:33:49 UTC (rev 521)
Property changes on: trunk/doc
___________________________________________________________________
Modified: svn:ignore
## -12,3 +12,4 ##
tex4ht.vr
tex4ht.info
tex4ht.aux
+tex4ht.man1.pdf
Modified: trunk/doc/Makefile
===================================================================
--- trunk/doc/Makefile 2019-01-30 21:41:00 UTC (rev 520)
+++ trunk/doc/Makefile 2019-02-03 18:33:49 UTC (rev 521)
@@ -6,6 +6,9 @@
tex4ht.pdf: tex4ht.tex cvrblog.sty *.tex
$(pdflatex) $<
+tex4ht.man1.pdf man: tex4ht.1
+ groff -man -t -rS11 $< | ps2pdf - $@ || rm -f $@
+
# texinfo attempt.
#texi2pdf = texi2pdf
##
Index: trunk/doc/tex4ht.1
===================================================================
--- trunk/doc/tex4ht.1 2019-01-30 21:41:00 UTC (rev 520)
+++ trunk/doc/tex4ht.1 2019-02-03 18:33:49 UTC (rev 521)
Property changes on: trunk/doc/tex4ht.1
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id Revision
\ No newline at end of property
More information about the tex4ht-commits
mailing list