From c4d712472d4502eb0d143661081c8e9d9eb857ee Mon Sep 17 00:00:00 2001 From: Ricky Kendall Date: Sat, 15 Feb 1997 01:00:13 +0000 Subject: [PATCH] fixed dependencies in makefile. md.tex not included anywhere Ricky --- doc/user/GNUmakefile | 7 +++++-- doc/user/user.tex | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/user/GNUmakefile b/doc/user/GNUmakefile index f2098c9de1..3e9cb443de 100644 --- a/doc/user/GNUmakefile +++ b/doc/user/GNUmakefile @@ -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 diff --git a/doc/user/user.tex b/doc/user/user.tex index 87fdd4fe2b..4f5493cac4 100644 --- a/doc/user/user.tex +++ b/doc/user/user.tex @@ -52,6 +52,7 @@ \section{Geometry Optimization with STEPPER Module} \input{stepper} + \section{Vibrational frequencies} \input{vib}