Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTalbot-INL committed Jul 23, 2024
1 parent 70b1d30 commit 304275d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions doc/user_manual/make_win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,6 @@ gen_files () {
cd ../
cp -f build/HERON_user_manual.pdf pdf/


# git log -1 --format="%H %an %aD" .. > ../version.tex
# python ../../scripts/library_handler.py manual > libraries.tex
# bash.exe ./create_command.sh
# bash.exe ./create_pip_commands.sh
# for file in "${files[@]}"
# do
# # Generate files.
# pdflatex -interaction=nonstopmode $file.tex
# bibtex $file
# pdflatex -interaction=nonstopmode $file.tex
# pdflatex -interaction=nonstopmode $file.tex

# done
}

clean_files
Expand Down

0 comments on commit 304275d

Please sign in to comment.