Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6757c2

Browse files
committed
don't assum '.' is in PATH
1 parent 411a8bd commit e6757c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ qua.dvi: qua.tex quabib.bib
7474
$(DVIPS) qua >qua.ps
7575

7676
lib.texi: lib*.tex texipre.dat texipost.dat partparse.py fix.el
77-
python partparse.py -o @lib.texi `whichlibs`
77+
python partparse.py -o @lib.texi `./whichlibs`
7878
emacs -batch -l fix.el -f save-buffer -kill
7979
mv @lib.texi lib.texi
8080

0 commit comments

Comments
 (0)