From 1693db1d4458dbfdc40f059c7f2bffbe519843b3 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 8 Jan 2011 05:47:37 +0000 Subject: [PATCH] Build: add suffix rule to doc-i18n This might help with the intermittent doc build failures in translations in lilydev -- some makefile docs say that you should always initalize the .SUFFIXES line, and I'm tring to eliminate the differences between stepmake/stepmake/texinfo-rules.make and the translation make stuff. --- make/doc-i18n-root-rules.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/doc-i18n-root-rules.make b/make/doc-i18n-root-rules.make index 2d9dec0304..f510dedd7c 100644 --- a/make/doc-i18n-root-rules.make +++ b/make/doc-i18n-root-rules.make @@ -1,3 +1,6 @@ + +.SUFFIXES: .html .info .texi .texinfo + $(outdir)/%.texi: $(src-dir)/%.texi cp -p $< $@ -- 2.39.2