Mercurial > 510Connectbot
comparison xml/Makefile @ 513:13a922d1fc5c
update docs
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 10 Feb 2023 17:16:47 -0700 |
parents | d29cce60f393 |
children |
comparison
equal
deleted
inserted
replaced
512:e1dd1fd46e18 | 513:13a922d1fc5c |
---|---|
7 cat header.xml 510connectbot >510connectbot.xml | 7 cat header.xml 510connectbot >510connectbot.xml |
8 cat header.sgml 510connectbot >510connectbot.sgml | 8 cat header.sgml 510connectbot >510connectbot.sgml |
9 [ -d $(t) ] || mkdir $(t) | 9 [ -d $(t) ] || mkdir $(t) |
10 rm -f $(t)/*html | 10 rm -f $(t)/*html |
11 rm -f $(t)/*pdf | 11 rm -f $(t)/*pdf |
12 xmlto -o $(t) xhtml 510connectbot.xml | 12 xmlto -o $(t) xhtml 510connectbot.xml |
13 xmlto -o $(t) pdf 510connectbot.xml | 13 xmlto --with-dblatex -o $(t) pdf 510connectbot.xml |
14 rm -f 510connectbot.xml 510connectbot.sgml | 14 rm -f 510connectbot.xml 510connectbot.sgml |