view xml/Makefile.am @ 25:a2d60f43590b stable-1-0-9

changes for rhel7 systemd and /var/run on tmpfs
author Carl Byington <carl@five-ten-sg.com>
date Mon, 06 Feb 2017 11:34:51 -0800
parents 32b57406b656
children
line wrap: on
line source

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