view xml/Makefile.am @ 8:69a5dcf953df default tip

routeflapper runs as root to read the log files
author Carl Byington <carl@five-ten-sg.com>
date Thu, 04 Sep 2014 08:57:50 -0700
parents 48d06780cf77
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