diff options
author | David Kastrup <dak@gnu.org> | 2012-03-07 22:18:21 +0100 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2012-03-07 22:20:50 +0100 |
commit | 2944a83e59f487894a214769392ce27289accb71 (patch) | |
tree | 246a237241c28ca78f1935a42c5a54341617e995 /stepmake | |
parent | 9d1520b21710bd22872010ae9aa4c4899014e9d4 (diff) | |
parent | 569714401fbe0e814f0282059f157aa36a54c706 (diff) |
Merge branch 'fixedtranslation' into HEAD
Conflicts:
Documentation/changes.tely
Documentation/web/news-front.itexi
VERSION
input/regression/layout-from.ly
lily/context-def.cc
Diffstat (limited to 'stepmake')
-rw-r--r-- | stepmake/stepmake/texinfo-rules.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index 7b5da4a65f..074060627e 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -60,10 +60,10 @@ endif ifneq ($(ISOLANG),) $(XREF_MAPS_DIR)/%.$(ISOLANG).xref-map: $(outdir)/%.texi $(XREF_MAPS_DIR)/%.xref-map - $(buildscript-dir)/extract_texi_filenames $(XREF_MAP_FLAGS) -o $(XREF_MAPS_DIR) --master-map-file=$(XREF_MAPS_DIR)/$*.xref-map $< + $(buildscript-dir)/extract_texi_filenames $(XREF_MAP_FLAGS) -q -o $(XREF_MAPS_DIR) --master-map-file=$(XREF_MAPS_DIR)/$*.xref-map $< else $(XREF_MAPS_DIR)/%.xref-map: $(outdir)/%.texi - $(buildscript-dir)/extract_texi_filenames $(XREF_MAP_FLAGS) -o $(XREF_MAPS_DIR) $< + $(buildscript-dir)/extract_texi_filenames $(XREF_MAP_FLAGS) -q -o $(XREF_MAPS_DIR) $< endif $(outdir)/%.info: %.texi $(outdir)/$(INFO_IMAGES_DIR).info-images-dir-dep $(outdir)/version.itexi $(outdir)/weblinks.itexi |