view xml/Makefile.am @ 0:48d06780cf77

initial version
author Carl Byington <carl@five-ten-sg.com>
date Tue, 13 May 2008 14:03:10 -0700
parents
children
line wrap: on
line source

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