Skip to content

Commit

Permalink
Merge pull request #1 from f-klubben/fix/index_build
Browse files Browse the repository at this point in the history
Run makeindex
  • Loading branch information
hrjakobsen authored Oct 5, 2021
2 parents b04dfa1 + 14c7783 commit 54942a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ all: dvi

dvi:
latex $(FILE)
makeindex main
latex $(FILE)

ps: dvi
dvips $(DVIFILE)

pdf: dvi
makeindex main
dvipdf -ta4 $(DVIFILE)

booklet: ps
Expand Down

0 comments on commit 54942a6

Please sign in to comment.