fix MKINDEX call
This commit is contained in:
parent
18b982bd25
commit
1a4e31e7a0
@ -50,7 +50,7 @@ CFLAGS=$(COFLAGS) $(CWFLAGS) $(CMFLAGS) $(CIFLAGS) $(PKGCFLAGS) @DEFS@
|
||||
LDSOFLAGS=@LDFLAGS@ @EXTRA_LIBS_FOR_SWIDLLS@
|
||||
LDFLAGS=$(PKGLDFLAGS)
|
||||
|
||||
MKINDEX=$(PL) -f none -g make -t halt
|
||||
MKINDEX=(cd $(srcdir) ; $(PL) -f none -g make -t halt)
|
||||
|
||||
.txt.tex:
|
||||
swipl -f script.pl -g "doc_latex('$*.txt','$*.tex',[stand_alone(false)]),halt" -t "halt(1)"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f0e208de69f5303648fe1d035e2bfa164411d42d
|
||||
Subproject commit e6b682d909a4d63ee876af70c738d900449625fb
|
@ -1 +1 @@
|
||||
Subproject commit 1028ec347935a5f61925541d7adcf6b08aca820c
|
||||
Subproject commit 2a859fd75795cc428e911b59abf8404c87b530f4
|
Reference in New Issue
Block a user