diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2010-04-10 18:57:12 +0200 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2010-04-10 18:57:12 +0200 |
commit | 5a8fc08a0a818031de9b3fcf79c5a6528431fa07 (patch) | |
tree | a523f61adf9680afb8a11484cd4da7a25db88e31 /make | |
parent | 653ff47ee6443552b028b1aafa09359de1def693 (diff) |
Check for `UNTRANSLATED NODE: IGNORE ME' in two more places.
Fixes mirroring of untranslated html files.
Diffstat (limited to 'make')
-rw-r--r-- | make/doc-i18n-root-targets.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/doc-i18n-root-targets.make b/make/doc-i18n-root-targets.make index fd95c1845e..e5ea060283 100644 --- a/make/doc-i18n-root-targets.make +++ b/make/doc-i18n-root-targets.make @@ -10,7 +10,7 @@ endif local-WWW-2: $(DEEP_HTML_FILES) $(BIG_PAGE_HTML_FILES) $(DOCUMENTATION_LOCALE_TARGET) # FIXME: move the following line to a rule that generate the right file - $(buildscript-dir)/mass-link --prepend-suffix .$(ISOLANG) hard $(outdir) $(top-build-dir)/Documentation/$(outdir) $(HTML_FILES) + (echo | grep -L 'UNTRANSLATED NODE: IGNORE ME' $(HTML_FILES)) | xargs $(buildscript-dir)/mass-link --prepend-suffix .$(ISOLANG) hard $(outdir) $(top-build-dir)/Documentation/$(outdir) $(DOCUMENTATION_LOCALE_TARGET): $(MAKE) -C $(depth)/Documentation/po out=www messages |