texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo ChangeLog texi2html/Makefile.in util/Ma...


From: Karl Berry
Subject: texinfo ChangeLog texi2html/Makefile.in util/Ma...
Date: Sun, 25 Jul 2010 16:59:42 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/07/25 16:59:42

Modified files:
        .              : ChangeLog 
        texi2html      : Makefile.in 
        util           : Makefile.am 
Added files:
        util           : htmlxref.cnf 

Log message:
        add base htmlxref.cnf

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1072&r2=1.1073
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/Makefile.in?cvsroot=texinfo&r1=1.108&r2=1.109
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/Makefile.am?cvsroot=texinfo&r1=1.36&r2=1.37
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/htmlxref.cnf?cvsroot=texinfo&rev=1.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1072
retrieving revision 1.1073
diff -u -b -r1.1072 -r1.1073
--- ChangeLog   25 Jul 2010 00:24:52 -0000      1.1072
+++ ChangeLog   25 Jul 2010 16:59:41 -0000      1.1073
@@ -1,3 +1,8 @@
+2010-07-25  Karl Berry  <address@hidden>
+
+       * util/htmlxref.cnf: new file.
+       * util/Makefile.am (dist_pkgdata_DATA): add it.
+
 2010-07-24  Karl Berry  <address@hidden>
 
        * doc/texinfo.txi (Generic translator texi2any/makeinfo): rename

Index: texi2html/Makefile.in
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/Makefile.in,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -b -r1.108 -r1.109
--- texi2html/Makefile.in       23 Jul 2010 18:21:22 -0000      1.108
+++ texi2html/Makefile.in       25 Jul 2010 16:59:42 -0000      1.109
@@ -53,8 +53,7 @@
 DIST_COMMON = README $(dist_images_DATA) $(dist_init_DATA) \
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
        $(srcdir)/check_texinfo.pl.in $(srcdir)/manage_i18n.pl.in \
-       $(srcdir)/texi2html.pl ABOUT-NLS AUTHORS COPYING ChangeLog \
-       NEWS TODO config.rpath
+       $(srcdir)/texi2html.pl COPYING ChangeLog NEWS TODO
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
        $(top_srcdir)/gnulib/m4/alloca.m4 \

Index: util/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/util/Makefile.am,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- util/Makefile.am    24 Jun 2010 00:17:02 -0000      1.36
+++ util/Makefile.am    25 Jul 2010 16:59:42 -0000      1.37
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.36 2010/06/24 00:17:02 karl Exp $
+# $Id: Makefile.am,v 1.37 2010/07/25 16:59:42 karl Exp $
 # Makefile.am for texinfo/util.
 # Run automake in .. to produce Makefile.in from this.
 #
@@ -28,7 +28,7 @@
   -DLOCALEDIR=\"$(localedir)\"
 LDADD = ../lib/libtxi.a $(top_builddir)/gnulib/lib/libgnu.a $(LIBINTL)
 
-dist_pkgdata_DATA = texinfo.dtd texinfo.xsl
+dist_pkgdata_DATA = htmlxref.cnf texinfo.dtd texinfo.xsl
 pkgdata_DATA = texinfo.cat
 
 # we don't actually use version.texi in the rule, but it's one way of

Index: util/htmlxref.cnf
===================================================================
RCS file: util/htmlxref.cnf
diff -N util/htmlxref.cnf
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ util/htmlxref.cnf   25 Jul 2010 16:59:42 -0000      1.1
@@ -0,0 +1,63 @@
+# htmlxref.cnf - reference file for Texinfo files on the web.
+htmlxrefversion=2010-07-25.16; # UTC
+
+# Copyright 2010 Free Software Foundation, Inc.
+# 
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.
+#
+# The latest version of this file is available at
+# http://ftpmirror.gnu.org/texinfo/htmlxref.cnf.
+#
+# Maintainers: for information on putting manuals on the web, including
+# automatically generating all the useful formats, see
+# http://www.gnu.org/prep/maintain/html_node/Manuals-on-Web-Pages.html.
+ 
+# shorten references to manuals on www.gnu.org.
+R = http://www.gnu.org
+RS = ${R}/software
+
+autoconf       mono    ${RS}/autoconf/manual/autoconf.html
+autoconf       node    ${RS}/autoconf/manual/html_node/
+
+automake       mono    ${RS}/automake/manual/automake.html
+automake       node    ${RS}/automake/manual/html_node/
+
+cpp            node    http://gcc.gnu.org/onlinedocs/gccint/
+
+#cvs cannot be handled here; see http://ximbiot.com/cvs/manual.
+
+elisp          mono    ${RS}/emacs/manual/html_mono/elisp.html
+elisp          node    ${RS}/emacs/manual/html_node/
+
+emacs          mono    ${RS}/emacs/manual/html_mono/emacs.html
+emacs          node    ${RS}/emacs/manual/html_node/
+
+emms           node    ${RS}/emms/manual/
+
+gccint         node    http://gcc.gnu.org/onlinedocs/gccint/
+gcj            node    http://gcc.gnu.org/onlinedocs/gcj/
+gfortran       node    http://gcc.gnu.org/onlinedocs/gfortran/
+gnat_rm                node    http://gcc.gnu.org/onlinedocs/gnat_rm/
+gnat_ugn_unw   node    http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/
+libgomp                node    http://gcc.gnu.org/onlinedocs/libgomp/
+
+libextractor   mono    ${RS}/libextractor/extractor.html
+
+maintain       mono    ${R}/prep/maintain/maintain.html
+maintain       node    ${R}/prep/maintain/html_node/
+
+standards      mono    ${R}/prep/standards/standards.html
+standards      node    ${R}/prep/standards/html_node/
+
+texinfo                mono    ${RS}/texinfo/manual/texinfo/texinfo.html
+texinfo                node    ${RS}/texinfo/manual/texinfo/html_node/
+
+# Local Variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "htmlxrefversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
+# End:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]