summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/doc/update.sh')
-rwxr-xr-xarchivers/libarchive/files/doc/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/libarchive/files/doc/update.sh b/archivers/libarchive/files/doc/update.sh
index 8f4e6193210..089eedd180b 100755
--- a/archivers/libarchive/files/doc/update.sh
+++ b/archivers/libarchive/files/doc/update.sh
@@ -72,7 +72,7 @@ for f in $MANPAGES; do
outname="`basename $f`.html"
echo >> Makefile
echo $outname: $f >> Makefile
- echo " groff -mdoc2html $f > $outname" >> Makefile
+ echo " groff -mdoc -T html $f > $outname" >> Makefile
all="$all $outname"
done
echo $all >>Makefile