[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff-commit] groff ./ChangeLog doc/Makefile.in doc/fixinfo.sh
From: |
Werner LEMBERG |
Subject: |
[Groff-commit] groff ./ChangeLog doc/Makefile.in doc/fixinfo.sh |
Date: |
Tue, 15 Mar 2005 05:14:16 -0500 |
CVSROOT: /cvsroot/groff
Module name: groff
Branch:
Changes by: Werner LEMBERG <address@hidden> 05/03/15 10:14:16
Modified files:
. : ChangeLog
doc : Makefile.in
Added files:
doc : fixinfo.sh
Log message:
makeinfo 4.8 doesn't produce good HTML output from groff.texinfo.
* doc/fixinfo.sh: New script to postprocess makeinfo's HTML output.
* doc/Makefile.in (.texinfo.html): Call fixinfo.sh.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/ChangeLog.diff?tr1=1.797&tr2=1.798&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/doc/fixinfo.sh?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/doc/Makefile.in.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.797 groff/ChangeLog:1.798
--- groff/ChangeLog:1.797 Mon Mar 14 08:17:12 2005
+++ groff/ChangeLog Tue Mar 15 10:14:15 2005
@@ -1,3 +1,11 @@
+2005-03-15 Werner LEMBERG <address@hidden>
+
+ makeinfo 4.8 doesn't produce good HTML output from groff.texinfo.
+
+ * doc/fixinfo.sh: New script to postprocess makeinfo's HTML output.
+
+ * doc/Makefile.in (.texinfo.html): Call fixinfo.sh.
+
2005-03-14 Werner LEMBERG <address@hidden>
Add Cyrillic support to devutf8 and devhtml.
Index: groff/doc/Makefile.in
diff -u groff/doc/Makefile.in:1.12 groff/doc/Makefile.in:1.13
--- groff/doc/Makefile.in:1.12 Wed Nov 17 23:37:15 2004
+++ groff/doc/Makefile.in Tue Mar 15 10:14:15 2005
@@ -102,7 +102,8 @@
.texinfo.pdf:
$(TEXI2DVI) -e --pdf $<
.texinfo.html:
- $(MAKEINFO) --enable-encoding -I$(srcdir) --html --no-split $<
+ $(MAKEINFO) --enable-encoding -I$(srcdir) --html --no-split $< \
+ && $(SHELL) $(srcdir)/fixinfo.sh $@
all: prepare_examples
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Groff-commit] groff ./ChangeLog doc/Makefile.in doc/fixinfo.sh,
Werner LEMBERG <=