Skip to content

Commit

Permalink
userguide: run tex twice
Browse files Browse the repository at this point in the history
.. to generate proper cross-references.

Signed-off-by: Jeremy Kerr <[email protected]>
  • Loading branch information
jk-ozlabs committed May 26, 2016
1 parent dd1b5c0 commit b065d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ all: userguide.pdf

userguide.pdf: userguide/userguide.tex
$(tex) $(tflags) $^
$(tex) $(tflags) $^

userguide/userguide.tex: rest-api.tex host-management.tex console.tex code-update.tex

Expand Down

0 comments on commit b065d2c

Please sign in to comment.