Revision 20745,
278 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20744,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[20744] | 1 | #!/bin/sh |
---|
| 2 | # |
---|
| 3 | |
---|
| 4 | prefix=@prefix@ |
---|
| 5 | gtkdocdir=@datadir@/gtk-doc/ |
---|
| 6 | |
---|
| 7 | if test "x$1" = "x--version"; then |
---|
| 8 | echo "@VERSION@" |
---|
| 9 | exit 0 |
---|
| 10 | fi |
---|
| 11 | |
---|
| 12 | for i in `cd sgml;ls *.sgml` |
---|
| 13 | do j=`echo $i | sed 's/.sgml/.man/'` |
---|
| 14 | echo ": converting " $i $j |
---|
| 15 | docbook-to-man sgml/$i > man/$j 2> man/$j.log |
---|
| 16 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.