summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 87f589e..22f05d7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
#######################################################################
PRI_LANG = en_US
-OTHERS = zh_CN
+OTHERS = zh_CN pt_BR
DOCBASE = documentation-guide
define XMLFILES_template
@@ -27,7 +27,7 @@ endef
######################################################
define find-makefile-common
-for d in docs-common ../docs-common ../../docs-common; do
+for d in docs-common ../docs-common ../../docs-common; do \
if [ -f $$d/Makefile.common ]; then echo "$$d/Makefile.common"; break; fi; done
endef
include $(shell $(find-makefile-common))