mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
fixed dependencies in makefile. md.tex not included anywhere
Ricky
This commit is contained in:
parent
b650c311ef
commit
c4d712472d
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
|
||||
\section{Geometry Optimization with STEPPER Module}
|
||||
\input{stepper}
|
||||
|
||||
\section{Vibrational frequencies}
|
||||
\input{vib}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue