view xml/Makefile.am @ 20:1acd3231c3a4

switch to automake/autoconf
author carl
date Sun, 19 Feb 2006 20:19:38 -0800
parents c508ee15dfca
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