Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Jun 7, 2010
1 parent e0b505f commit a6eb16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
@@ -1,6 +1,6 @@
all: docs.tgz

VERSION=$(shell python -c 'g = {}; execfile("../buildbot/__init__.py",g); print g["version"]')
VERSION=$(shell python -c 'g = {}; execfile("../master/buildbot/__init__.py",g); print g["version"]')

buildbot.info: buildbot.texinfo
echo "@set VERSION $(VERSION)" > version.texinfo
Expand Down

0 comments on commit a6eb16c

Please sign in to comment.