fixed dependencies in makefile. md.tex not included anywhere

Ricky
This commit is contained in:
Ricky Kendall 1997-02-15 01:00:13 +00:00
parent b650c311ef
commit c4d712472d
2 changed files with 6 additions and 2 deletions

View file

@ -1,9 +1,12 @@
SOURCE = ack.tex execution.tex mcscf.tex sample.tex symex.tex \
basis.tex fourindex.tex md.tex scf.tex top-level.tex \
basis.tex fourindex.tex scf.tex top-level.tex \
dft.tex geometry.tex mp2.tex scfgrad.tex user.tex \
disclaimer.tex intro.tex plnwv.tex selci.tex vib.tex \
dplot.tex knownbas.tex property.tex stepper.tex nwargos.tex ecp.tex
dplot.tex knownbas.tex property.tex stepper.tex nwargos.tex \
ecp.tex functionality.tex ccsd.tex
SOURCE_NOT_USED = md.tex
all postscript user.ps: $(SOURCE)
latex user.tex

View file

@ -52,6 +52,7 @@
\section{Geometry Optimization with STEPPER Module}
\input{stepper}
\section{Vibrational frequencies}
\input{vib}