mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
*** empty log message ***
This commit is contained in:
parent
743604fefe
commit
3fb8bbb78c
4 changed files with 5514 additions and 0 deletions
24
src/peigs/doc/GNUmakefile
Normal file
24
src/peigs/doc/GNUmakefile
Normal 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
7
src/peigs/doc/MANIFEST
Normal 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
8
src/peigs/doc/README
Normal 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
5475
src/peigs/doc/peigs.ps
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue