view xml/Makefile.am @ 3:4a81cc2da570

fix hourly randomization for unsynch
author Carl Byington <carl@five-ten-sg.com>
date Thu, 22 May 2008 20:39:52 -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