annotate xml/Makefile.am @ 17:8ebecad6530f
stable-1-6
Add src/daemon* missing from source control.
Switch to Mercurial source control.
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Fri, 21 Mar 2008 16:00:13 -0700 |
parents |
32b57406b656 |
children |
|
rev |
line source |
2
|
1 all: sm-archive
|
|
2 cat header.xml sm-archive >sm-archive.xml
|
|
3 cat header.sgml sm-archive >sm-archive.sgml
|
0
|
4 rm -f ../html/*html
|
|
5 rm -f ../html/*pdf
|
2
|
6 xmlto -o ../man man sm-archive.xml
|
|
7 xmlto -o ../html xhtml sm-archive.xml
|
|
8 xmlto -o ../html pdf sm-archive.xml
|
|
9 docbook2texi -o ../info sm-archive.sgml
|
|
10 rm -f sm-archive.xml sm-archive.sgml
|