Skip to content
Snippets Groups Projects
Commit 0329aaaf authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15623 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent fc434b36
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,15 @@ html: $(OBJECTS) ...@@ -50,7 +50,15 @@ html: $(OBJECTS)
deactivate ;\ deactivate ;\
) )
-rm html/searchindex.js -rm html/searchindex.js
-rm -rf html/_sources @rm -rf html/_sources
@rm -rf html/PDF
@rm -rf html/USER
@cp -r src/PDF html/PDF
@cp -r src/USER html/USER
@rm -rf html/PDF/.[sg]*
@rm -rf html/USER/.[sg]*
@rm -rf html/USER/*/.[sg]*
@rm -rf html/USER/*/*.[sg]*
@echo "Build finished. The HTML pages are in doc/html." @echo "Build finished. The HTML pages are in doc/html."
pdf: utils/txt2html/txt2html.exe pdf: utils/txt2html/txt2html.exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment