*** empty log message ***

This commit is contained in:
George Fann 1996-10-21 18:21:18 +00:00
parent 743604fefe
commit 3fb8bbb78c
4 changed files with 5514 additions and 0 deletions

24
src/peigs/doc/GNUmakefile Normal file
View file

@ -0,0 +1,24 @@
all: ; texi2dvi peigs.texi
dvips peigs.dvi
.EXPORT_ALL_VARIABLES:
.PHONY : clean
clean:
-rm -f peigs.dvi
-rm -f peigs.aux
-rm -f peigs.cp
-rm -f peigs.cps
-rm -f peigs.fn
-rm -f peigs.ky
-rm -f peigs.log
-rm -f peigs.pg
-rm -f peigs.toc
-rm -f peigs.tp
-rm -f peigs.vr
-rm -f dvips-out.ps

7
src/peigs/doc/MANIFEST Normal file
View file

@ -0,0 +1,7 @@
file names comments
-----------------------------------------------------------------
MANIFEST this file
Make.generic* the generic make file which is converted to a Makefile
README a general info file
peigs.texi PeIGS manual using texi
texi.texi a copy of texi.texi just in case

8
src/peigs/doc/README Normal file
View file

@ -0,0 +1,8 @@
This directory contains the documentation for PeIGS. It uses "dvips"
to convert dvi-file to postscript. You may want to edit the Makefile
to suit your local setup.
You can make a *.dvi file and the postscript file by
% make

5475
src/peigs/doc/peigs.ps Normal file

File diff suppressed because it is too large Load diff