From: Kern Sibbald Date: Tue, 1 Apr 2014 10:24:36 +0000 (+0200) Subject: Ensure that texmf is created X-Git-Tag: Release-7.0.2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=605c188dd13076a8658f17bc650a74f8adf2e7ad;p=bacula%2Fdocs Ensure that texmf is created --- diff --git a/docs/Makefile b/docs/Makefile index e53b2d07..985b04c1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -93,6 +93,7 @@ external-references: @echo "External references for all manuals built." pdftex: external-references + mktexlsr ~/texmf @for I in ${en_dirs}; \ do (cd $$I; cp -f ../../version.tex .; cp -f ../../bacula.sty .; ); \ done