Skip to content

Commit

Permalink
split documentation into per-chapter files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Feb 14, 2010
1 parent 2df1cae commit bc571c8
Show file tree
Hide file tree
Showing 13 changed files with 9,215 additions and 9,454 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -28,3 +28,5 @@ docs/images/status.png
.pydevproject
.settings
twisted/
docs/buildbot
docs/version.texinfo
8 changes: 7 additions & 1 deletion docs/Makefile
@@ -1,17 +1,23 @@

buildbot.info: buildbot.texinfo
python version.py > version.texinfo
makeinfo --fill-column=70 $<

buildbot.html: buildbot.texinfo images-png
python version.py > version.texinfo
makeinfo --no-split --html $<

buildbot: buildbot.texinfo images-png
python version.py > version.texinfo
makeinfo --html $<

buildbot.ps: buildbot.texinfo images-eps
python version.py > version.texinfo
texi2dvi $<
dvips buildbot.dvi
rm buildbot.aux buildbot.cp buildbot.cps buildbot.fn buildbot.ky buildbot.log buildbot.pg buildbot.toc buildbot.tp buildbot.vr
rm buildbot.dvi


.PHONY: images images-png images-eps
images:
$(MAKE) -C images all
Expand Down

0 comments on commit bc571c8

Please sign in to comment.