Skip to content

Commit

Permalink
Added bibtex rule
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@454 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Sep 28, 1998
1 parent 0ac4484 commit e8f4675
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modeq/report/Makefile
Expand Up @@ -3,8 +3,9 @@
SHELL = /bin/sh
LATEX = latex
MAKEINDEX = makeindex
BIBTEX = bibtex
RMLDOC = pike ../tools/rmldoc
PIC = pic
PIC = gpic

SOURCES = exp.tex \
dae.tex \
Expand All @@ -20,6 +21,7 @@ SOURCES = exp.tex \
builtin.tex \
connect.tex \
classinf.tex \
values.tex \
staticexp.tex \
inst.tex \
main.tex \
Expand All @@ -46,5 +48,8 @@ report.ps: report.dvi
index report.ind:
$(MAKEINDEX) report.idx

report.bbl: report.bib
$(BIBTEX) report

clean:
$(RM) $(SOURCES) $(TEXJUNK)

0 comments on commit e8f4675

Please sign in to comment.