Parcourir la source

(manual): Fix TEXINPUTS

Sergey Poznyakoff il y a 18 ans
Parent
commit
2614af6d3c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      doc/Makefile.am

+ 1 - 1
doc/Makefile.am

@@ -79,7 +79,7 @@ TEXI2DVI=texi2dvi -t '@set $(RENDITION)' -E
 # Usual value is:
 # /usr/share/texmf/pdftex/plain/misc:/usr/share/texmf/pdftex/config
 manual:
-	TEXINPUTS=$(srcdir):$(top_srcdir)/config:$(TEXINPUTS) \
+	TEXINPUTS=$(srcdir):$(top_srcdir)/build-tex:$(TEXINPUTS) \
 	 MAKEINFO="$(MAKEINFO) $(MAKEINFOFLAGS)" \
 	 TEXI2DVI="$(TEXI2DVI) -t @finalout" \
 	$(GENDOCS) tar 'GNU tar manual'