From 40af69e68e5436ec2592b0794f4e96bf6db68aaa Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 28 Feb 2008 13:57:44 +1300 Subject: [PATCH] built-po should really depend on the translations! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15e58fdf..583762f9 100755 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ built-docs: docs/api/phpdoc.ini htdocs/*.php inc/*.php phpdoc -c docs/api/phpdoc.ini || echo "WARNING: failed to build docs" touch built-docs -built-po: inc/always.php scripts/po/rebuild-translations.sh scripts/po/extract.pl +built-po: inc/always.php scripts/po/rebuild-translations.sh scripts/po/extract.pl po/*.po scripts/po/rebuild-translations.sh touch built-po