(manual): Fix TEXINPUTS

This commit is contained in:
Sergey Poznyakoff
2006-07-05 06:46:11 +00:00
parent 614def3113
commit 2614af6d3c

View File

@@ -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'