annotate xml/Makefile.am @ 9:48880e61ce5e

better autoconf, changes for solaris portability
author carl
date Wed, 03 Jan 2007 22:28:27 -0800
parents 32b57406b656
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
32b57406b656 initial version
carl
parents: 0
diff changeset
1 all: sm-archive
32b57406b656 initial version
carl
parents: 0
diff changeset
2 cat header.xml sm-archive >sm-archive.xml
32b57406b656 initial version
carl
parents: 0
diff changeset
3 cat header.sgml sm-archive >sm-archive.sgml
0
616666e2f34c initial version
carl
parents:
diff changeset
4 rm -f ../html/*html
616666e2f34c initial version
carl
parents:
diff changeset
5 rm -f ../html/*pdf
2
32b57406b656 initial version
carl
parents: 0
diff changeset
6 xmlto -o ../man man sm-archive.xml
32b57406b656 initial version
carl
parents: 0
diff changeset
7 xmlto -o ../html xhtml sm-archive.xml
32b57406b656 initial version
carl
parents: 0
diff changeset
8 xmlto -o ../html pdf sm-archive.xml
32b57406b656 initial version
carl
parents: 0
diff changeset
9 docbook2texi -o ../info sm-archive.sgml
32b57406b656 initial version
carl
parents: 0
diff changeset
10 rm -f sm-archive.xml sm-archive.sgml