Skip to content

Commit

Permalink
made pdf name lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Oct 30, 2015
1 parent 81bc1e5 commit 1cf02a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
pdflatex manual.tex
mv manual.pdf durexForth.pdf
cygstart durexForth.pdf
mv manual.pdf durexforth.pdf
cygstart durexforth.pdf

0 comments on commit 1cf02a0

Please sign in to comment.