Copy of LOOPS 3.3.0
This commit is contained in:
commit
7e8b3b5562
510 changed files with 97978 additions and 0 deletions
25
etc/make_docus
Normal file
25
etc/make_docus
Normal file
|
@ -0,0 +1,25 @@
|
|||
#! /bin/bash
|
||||
cd /opt/gap4r5/local/pkg/loops/doc
|
||||
rm -f manual.aux manual.dvi \
|
||||
manual.idx manual.ilg \
|
||||
manual.ind manual.lab \
|
||||
manual.log manual.pdf \
|
||||
manual.ps manual.six \
|
||||
manual.toc
|
||||
|
||||
echo "*** Producing DVI files ***"
|
||||
tex manual &> /dev/null
|
||||
tex manual &> /dev/null
|
||||
|
||||
/usr/local/lib/gap4r4/doc/manualindex manual &> /dev/null
|
||||
|
||||
tex manual &> /dev/null
|
||||
|
||||
echo "*** Producing PDF & PS files ***"
|
||||
pdftex manual &> /dev/null
|
||||
dvips manual &> /dev/null
|
||||
|
||||
echo "*** Producing HTML files ***"
|
||||
rm ../htm/*
|
||||
../etc/convert.pl -icu -n loops ./ ../htm/
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue