]> granicus.if.org Git - postgis/commitdiff
Fix check-local rule to properly setup symlinks
authorSandro Santilli <strk@keybit.net>
Tue, 29 Sep 2015 21:25:59 +0000 (21:25 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 29 Sep 2015 21:25:59 +0000 (21:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14147 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in
doc/po/Makefile.local

index a28cdfe86b62f7d1f79efa15aadeab6edeb407cd..751027e042fbe950bb0ce6dc94b74539e7622845 100644 (file)
@@ -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
 
 
index bb67f899e70547e41a5db57b84797846c1b65f2a..971fd4ddcaaecaf2b0db53ce91f8f4571b75d3a2 100644 (file)
@@ -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