Skip to content

Commit

Permalink
2012-02-28: kreincke
Browse files Browse the repository at this point in the history
- added nomenclature to all frame files
  • Loading branch information
Karsten Reincke committed Feb 28, 2012
1 parent 9a4f9f6 commit e5fdfad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion btexmat/Makefile
@@ -1,6 +1,6 @@
# (c) Karsten Reincke, Frankfurt am Main, 2011
# compile one/all tex-files
AUX_EXTS=url bbl blg aux dvi toc log lof
AUX_EXTS=url bbl blg aux dvi toc log lof nlo ilg ilg nls
RES_EXTS=ps pdf bak lyx

all:
Expand All @@ -12,6 +12,7 @@ all:
@ echo "### converting $< to $@"
@ latex $<
@ bibtex `basename $< .tex`
@ makeindex `basename $< .tex`.nlo -s nomencl.ist -o `basename $< .tex`.nls
@ latex $<
@ latex $<
@ latex $<
Expand Down

0 comments on commit e5fdfad

Please sign in to comment.