CVSROOT: /cvsroot/groff
Module name: groff
Changes by: Werner LEMBERG <wl> 12/12/28 15:29:10
Modified files:
. : ChangeLog
doc : Makefile.in
Log message:
[doc] More documentation generation rules.
* doc/Makefile.in (.texinfo.txt): New rule.
(.texinfo.html): Use `LANG='.
(split-html): New target.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1365&r2=1.1366
http://cvs.savannah.gnu.org/viewcvs/groff/doc/Makefile.in?cvsroot=groff&r1=1.28&r2=1.29
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1365
retrieving revision 1.1366
diff -u -b -r1.1365 -r1.1366
--- ChangeLog 28 Dec 2012 14:48:01 -0000 1.1365
+++ ChangeLog 28 Dec 2012 15:29:00 -0000 1.1366
@@ -1,5 +1,13 @@
2012-12-28 Werner LEMBERG <[email protected]>
+ [doc] More documentation generation rules.
+
+ * doc/Makefile.in (.texinfo.txt): New rule.
+ (.texinfo.html): Use `LANG='.
+ (split-html): New target.
+
+2012-12-28 Werner LEMBERG <[email protected]>
+
* doc/fixinfo.sh: Make it work with makinfo 4.13 also.
2012-12-28 Werner LEMBERG <[email protected]>
Index: doc/Makefile.in
===================================================================
RCS file: /cvsroot/groff/groff/doc/Makefile.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- doc/Makefile.in 20 Sep 2012 18:19:38 -0000 1.28
+++ doc/Makefile.in 28 Dec 2012 15:29:05 -0000 1.29
@@ -98,12 +98,14 @@
.ms.ps:
$(GROFF) -Tps -ms -mwww >$@
+.texinfo.txt:
+ LANG= $(MAKEINFO) --enable-encoding -I$(srcdir) --plaintext -o $@ $<
.texinfo.dvi:
MAKEINFO=$(MAKEINFO) $(TEXI2DVI) -e $<
.texinfo.pdf:
MAKEINFO=$(MAKEINFO) $(TEXI2DVI) -e --pdf $<
.texinfo.html:
- $(MAKEINFO) --enable-encoding -I$(srcdir) --html --no-split $< \
+ LANG= $(MAKEINFO) --enable-encoding -I$(srcdir) --html --no-split $< \
&& $(SHELL) $(srcdir)/fixinfo.sh $@
@@ -133,6 +135,12 @@
grnexmpl.ps: grnexmpl.me grnexmpl.g
+split-html:
+ LANG= $(MAKEINFO) --enable-encoding -I$(srcdir) --html groff.texinfo \
+ && for f in groff/*; do \
+ $(SHELL) $(srcdir)/fixinfo.sh $$f; \
+ done
+
clean:
-rm -f *.ps *.html *.txt core
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit