From: Sandro Santilli Date: Tue, 29 Sep 2015 21:25:59 +0000 (+0000) Subject: Fix check-local rule to properly setup symlinks X-Git-Tag: 2.2.0~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74d96ea908d99d2954559683e173fc2494fad5d5;p=postgis Fix check-local rule to properly setup symlinks git-svn-id: http://svn.osgeo.org/postgis/trunk@14147 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile.in b/doc/Makefile.in index a28cdfe86..751027e04 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -399,7 +399,7 @@ endif check-localized: @for lang in $(translations); do \ echo "Creating html for language $$lang..."; \ - $(MAKE) -C po/$$lang check; \ + $(MAKE) -C po/$$lang local-check; \ done diff --git a/doc/po/Makefile.local b/doc/po/Makefile.local index bb67f899e..971fd4ddc 100644 --- a/doc/po/Makefile.local +++ b/doc/po/Makefile.local @@ -9,6 +9,9 @@ local-html: symlinks local-pdf: symlinks $(MAKE) pdf +local-check: symlinks + $(MAKE) check + symlinks: rm -f html; ln -s ../../html html rm -f xsl; ln -s ../../xsl xsl