diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |