Skip to content

Commit

Permalink
Fix for issue #28
Browse files Browse the repository at this point in the history
  • Loading branch information
jsseidel committed Aug 14, 2019
1 parent a7486f0 commit 9ad5e24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/mktechdocs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ function cleanup {

rm -f plantuml-*.uml plantuml-*.eps plantuml-*.svg $OUTPUT_FILE_NAME_BASE_ARG.pyt $OUTPUT_FILE_NAME_BASE_ARG.tex $OUTPUT_FILE_NAME_BASE_ARG.aux $OUTPUT_FILE_NAME_BASE_ARG.log $OUTPUT_FILE_NAME_BASE_ARG.toc $OUTPUT_FILE_NAME_BASE_ARG.out xelatex*.out $$.pre-build.out $$.pre-build.err $$.post-build.out $$.post-build.err missfont.log

# This is created by java when mktechdocs is run via docker because it cannot determine a home directory.
# We can safely remove it.
rm -rf ./\?

find . -type f | grep "\.pyt$" | sed 's/\.pyt$//' | while read template ; do
rm -f $template.md
done
Expand Down

0 comments on commit 9ad5e24

Please sign in to comment.