Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@406 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Sep 13, 1998
1 parent 932d549 commit cda4b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modeq/report/Makefile
Expand Up @@ -4,7 +4,7 @@ SHELL = /bin/sh
LATEX = latex
MAKEINDEX = makeindex
RMLDOC = pike ../tools/rmldoc
PICtoTEX = gpic -t
PIC = pic

SOURCES = exp.tex \
dae.tex \
Expand Down Expand Up @@ -35,7 +35,7 @@ TEXJUNK = report.log report.toc report.stc report.dvi report.aux
$(RMLDOC) $< > $@

%.tex : %.pic
$(PICtoTEX) $< > $@
$(PIC) -t $< > $@

report.dvi: report.tex report.ind report.bbl $(SOURCES)
$(LATEX) $<
Expand Down

0 comments on commit cda4b3d

Please sign in to comment.