aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-11-12 12:20:40 -0500
committerW. Trevor King <wking@tremily.us>2012-11-12 12:20:40 -0500
commit00b097daa32544ef18af275cc88a59fbbc374b59 (patch)
treea6e33252459ac51599b05a4a874035875a8e42a7 /doc
parent2a79c77e0f4150d9a49c584f9ce6c03a6822803f (diff)
downloadbugseverywhere-00b097daa32544ef18af275cc88a59fbbc374b59.tar.gz
doc:Makefile: use Python 2.7 for generate-libbe-txt.py
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 71698a8..470a50d 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -92,4 +92,4 @@ doctest: libbe
.PHONY : libbe
libbe :
- python generate-libbe-txt.py
+ python2.7 generate-libbe-txt.py