Corrected PDF and DVI copying for TeX papers

Was not copying PDF
master
Mike Gerwitz 2013-06-04 22:27:58 -04:00
parent 2b05f03b2f
commit baa78e94c5
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ www-root: docs thoughts
mkdir -p www-root/papers
( cd docs/ \
&& find . -maxdepth 2 -name '*.html' -exec ../tools/doc-cp {} ../www-root/{} \; \
&& find . -maxdepth 3 -name '*.pdf' -o -name '*.dvi' -exec cp {} ../www-root/{} \; \
&& find . -maxdepth 3 \( -name '*.pdf' -o -name '*.dvi' \) -exec cp {} ../www-root/{} \; \
)
cp -r images/ www-root/
cp style.css www-root/