← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2743: - run "xelatex Yade.tex" twice, so that the content table is generated correctly.

 

------------------------------------------------------------
revno: 2743
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
branch nick: yade
timestamp: Wed 2011-02-16 16:29:40 +0100
message:
  - run "xelatex Yade.tex" twice, so that the content table is generated correctly.
modified:
  scripts/build-infrastructure/master.cfg


--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'scripts/build-infrastructure/master.cfg'
--- scripts/build-infrastructure/master.cfg	2011-02-09 15:06:40 +0000
+++ scripts/build-infrastructure/master.cfg	2011-02-16 15:29:40 +0000
@@ -117,7 +117,9 @@
                         command=[WithProperties(prefix + "/bin/yade-bzr%(got_revision)s"), "yadeSphinx.py"],
                        description="compiling html doc", descriptionDone="html doc", haltOnFailure=True))
 f1.addStep(ShellCommand(workdir= texdir, command=["xelatex", "Yade.tex"],
-                        description="compiling pdf doc", descriptionDone="pdf doc", haltOnFailure=True))
+                        description="compiling pdf doc 1st pass", descriptionDone="pdf doc", haltOnFailure=True))
+f1.addStep(ShellCommand(workdir= texdir, command=["xelatex", "Yade.tex"],
+                        description="compiling pdf doc 2nd pass", descriptionDone="pdf doc (2)", haltOnFailure=True))
 f1.addStep(DirectoryUpload(slavesrc="doc/sphinx/_build/html",
                            masterdest=WithProperties("/var/www/doc")))
 f1.addStep(DirectoryUpload(slavesrc="doc/sphinx/_build/html",


Follow ups