Skip to content

Commit

Permalink
removed unneeded --nonew after dia
Browse files Browse the repository at this point in the history
  • Loading branch information
nixie committed Dec 15, 2011
1 parent f526a86 commit d54fe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Expand Up @@ -12,7 +12,7 @@ $(DOCFILE).pdf: $(DOCFILE).tex $(INCLUDES) imgs
imgs: img/basic_idea.eps

img/%.eps: img/%.dia
dia --nonew --nosplash -t eps $< -e $@
dia --nosplash -t eps $< -e $@

clean:
rm -f *.aux *.out *.log *.pdf *.toc *.bbl *.blg
Expand Down

0 comments on commit d54fe95

Please sign in to comment.