[Buildbot-commits] buildbot/docs Makefile,1.4,1.5
Brian Warner
warner at users.sourceforge.net
Thu May 22 22:13:37 UTC 2008
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17789/docs
Modified Files:
Makefile
Log Message:
[project @ #124:revert-debugging-change.patch]
Revert an accidentally commited change to the Makefile
Original author: dustin at v.igoro.us
Date: 2008-04-17 02:40:10+00:00
Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile 22 May 2008 22:13:30 -0000 1.4
+++ Makefile 22 May 2008 22:13:34 -0000 1.5
@@ -2,12 +2,10 @@
buildbot.info: buildbot.texinfo
makeinfo --fill-column=70 $<
-#images-png
-buildbot.html: buildbot.texinfo
+buildbot.html: buildbot.texinfo images-png
makeinfo --no-split --html $<
-#images-eps
-buildbot.ps: buildbot.texinfo
+buildbot.ps: buildbot.texinfo images-eps
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
More information about the Commits
mailing list