summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJan Moskyto Matejka <mq@ucw.cz>2017-03-13 13:50:32 +0100
committerJan Moskyto Matejka <mq@ucw.cz>2017-03-13 13:51:20 +0100
commit8c9986d310c58b26c000375be00be0deb9c2e360 (patch)
tree9e3dba54bc82bb2bb9e0b6a25591eb471b107550 /doc/Makefile
parent54334b5667158d4b0af55201f327faeb80c05e0e (diff)
Filters: VPN Route Distinguishers, Prefix Type, Docs Update
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 4e7e91eb..f36642be 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -36,8 +36,8 @@ $(o)%.ps: $(o)%.dvi
dvips -D600 -ta4 -o $@ $<
$(o)%.pdf: $(o)%.tex
- pdflatex -output-directory=$(dir $@) $<
- pdflatex -output-directory=$(dir $@) $<
+ TEXINPUTS=$(TEXINPUTS):$(doc-srcdir)/tex pdflatex -output-directory=$(dir $@) $<
+ TEXINPUTS=$(TEXINPUTS):$(doc-srcdir)/tex pdflatex -output-directory=$(dir $@) $<
$(o)%.txt: $(o)%.sgml
cd $(dir $@) && $(sgml2)txt $(notdir $<)