Skip to content

Commit

Permalink
change in build script: +pdf is used to create pdf:s, rather then -pd…
Browse files Browse the repository at this point in the history
…f to skip it
  • Loading branch information
maandree committed May 29, 2012
1 parent 350d88a commit 5e12a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
@@ -1,7 +1,7 @@
## enable, for this terminal session, completion for run under bash
. run.sh --completion--

if [[ ! $1 = "-pdf" ]]; then
if [[ $1 = "+pdf" ]]; then
## create PDF files from dia files
dia Documentation/CNT_class_diagram.dia -e Documentation/CNT_class_diagram.pdf 2>/dev/null
dia Documentation/CNT_join_diagram.dia -e Documentation/CNT_join_diagram.pdf 2>/dev/null
Expand Down

0 comments on commit 5e12a4b

Please sign in to comment.