[liblouis-liblouisxml] [liblouisxml commit] r17 - in trunk: . doc

  • From: codesite-noreply@xxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Thu, 08 Jan 2009 09:43:05 +0000

Author: christian.egli@xxxxxxxxxxxxxx
Date: Thu Jan  8 01:33:18 2009
New Revision: 17

Modified:
   trunk/ChangeLog
   trunk/doc/Makefile.am

Log:
Generate the html as one big page.


Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog     (original)
+++ trunk/ChangeLog     Thu Jan  8 01:33:18 2009
@@ -1,3 +1,13 @@
+2009-01-08  Christian Egli  <christian.egli@xxxxxxxx>
+
+       * doc/msword2brl.1: Add a man page for msword2brl
+
+       * configure.ac: Generate version string for msword2brl
+       automatically.
+
+       * doc/Makefile.am (AM_MAKEINFOHTMLFLAGS): Generate the html as one
+       big page.
+
 2008-12-23  Christian Egli  <christian.egli@xxxxxxxx>

        * doc/Makefile.am : Integrated the man page and the

Modified: trunk/doc/Makefile.am
==============================================================================
--- trunk/doc/Makefile.am       (original)
+++ trunk/doc/Makefile.am       Thu Jan  8 01:33:18 2009
@@ -21,6 +21,10 @@

 info_TEXINFOS = liblouisxml-guide.texi

+# generate one big html file
+AM_MAKEINFOHTMLFLAGS = --no-headers --no-split
+
+# man pages
 dist_man_MANS = xml2brl.1 msword2brl.1
 man_MANS = xml2brl.1 msword2brl.1

For a description of the software and to download it go to
http://www.jjb-software.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouisxml commit] r17 - in trunk: . doc - codesite-noreply