comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:48d06780cf77
1 all: routeflapper
2 cat header.xml routeflapper >routeflapper.xml
3 cat header.sgml routeflapper >routeflapper.sgml
4 rm -f ../html/*html
5 rm -f ../html/*pdf
6 xmlto -o ../man man routeflapper.xml
7 xmlto -o ../html xhtml routeflapper.xml
8 xmlto -o ../html pdf routeflapper.xml
9 docbook2texi -o ../info routeflapper.sgml
10 rm -f routeflapper.xml routeflapper.sgml