all other man pages are using pack instead of compress format so I will too
authorHerb Lewis <herb@samba.org>
Tue, 5 Jan 1999 01:51:59 +0000 (01:51 +0000)
committerHerb Lewis <herb@samba.org>
Tue, 5 Jan 1999 01:51:59 +0000 (01:51 +0000)
packaging/SGI/mkman

index 4de437d0ad8209ba40e07735aada33eef6fd1e21..dfb6fb9fda7b2b670b0f5d1cbfb51181e09b8a90 100755 (executable)
@@ -10,6 +10,6 @@ FILES="*.?"
 cd ../../docs/manpages
 for FILE in  $FILES ; do
    neqn $FILE | tbl | nroff -man > ../../packaging/SGI/catman/`basename $FILE`
-   compress -f ../../packaging/SGI/catman/`basename $FILE`
+   pack -f ../../packaging/SGI/catman/`basename $FILE`
 done
 cd ../../packaging/SGI