diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 |
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 |