]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: add suffix rule to doc-i18n
authorGraham Percival <graham@percival-music.ca>
Sat, 8 Jan 2011 05:47:37 +0000 (05:47 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 8 Jan 2011 05:51:34 +0000 (05:51 +0000)
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

index 2d9dec0304852345fd538ddabd16ebd1bdf2ea24..f510dedd7c8caf35bf3bb4a9bf5196e795ef137c 100644 (file)
@@ -1,3 +1,6 @@
+
+.SUFFIXES: .html .info .texi .texinfo
+
 $(outdir)/%.texi: $(src-dir)/%.texi
        cp -p $< $@