summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update.sh b/doc/update.sh
index 1427d70e..8f4e6193 100755
--- a/doc/update.sh
+++ b/doc/update.sh
@@ -71,8 +71,8 @@ all="all:"
for f in $MANPAGES; do
outname="`basename $f`.html"
echo >> Makefile
- echo $outname: ../mdoc2man.awk $f >> Makefile
- echo " groff -mdoc -T html $f > $outname" >> Makefile
+ echo $outname: $f >> Makefile
+ echo " groff -mdoc2html $f > $outname" >> Makefile
all="$all $outname"
done
echo $all >>Makefile