view xml/Makefile.am @ 84:49b1d7a6b2b4

Added tag stable-0-6-14 for changeset df60d5463ad5
author Carl Byington <carl@five-ten-sg.com>
date Sun, 15 Jun 2008 07:00:54 -0700
parents 1acd3231c3a4
children 265c7a65b75b
line wrap: on
line source

all: libpst
	   cat header.xml  libpst >libpst.xml
	   cat header.sgml libpst >libpst.sgml
	   rm -f ../html/*html
	   rm -f ../html/*pdf
	   xmlto        -o ../man  man   libpst.xml
	   xmlto        -o ../html xhtml libpst.xml
	   xmlto        -o ../html pdf   libpst.xml
	   docbook2texi -o ../info       libpst.sgml
	   rm -f libpst.xml libpst.sgml