view xml/Makefile.am @ 6:5e7c39aa868c

fix incorrect path for the init script
author Carl Byington <carl@five-ten-sg.com>
date Wed, 03 Sep 2014 17:29:04 -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