view xml/Makefile.am @ 181:3b04745ff76d

prep for fedora build
author Carl Byington <carl@five-ten-sg.com>
date Fri, 10 Apr 2009 13:10:14 -0700
parents 265c7a65b75b
children b65e8d0a088a
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
	rm -rf ../html/devel
	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
	doxygen