Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 2f48d45

Browse files
authored
Specify python 2 explicitly in makefile
1 parent b9b8fca commit 2f48d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $(DATATARGETS): % : %dir
107107
$(INSTALL_DATA) $($@) $(DESTDIR)/$($<)/
108108

109109
$(manp): %.1 : %.1.txt
110-
python a2x.py -f manpage $<
110+
python2 a2x.py -f manpage $<
111111

112112
docs:
113113
$(INSTALL) -d $(DESTDIR)/$(docdir)

0 commit comments

Comments
 (0)