view xml/Makefile.am @ 28:946961e534b4 default tip

Added tag stable-1-0-10 for changeset 9298f8b00db2
author Carl Byington <carl@five-ten-sg.com>
date Thu, 24 May 2018 10:38:44 -0700
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