]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
Revert "Get texidoc translations out of snippets source files"
[lilypond.git] / Documentation / GNUmakefile
index afff8d7dc4f65c7e40861f63d534e37b8496d1f7..c53338ca04e2beb49f98f384cca0c13ec9081681 100644 (file)
@@ -31,7 +31,6 @@ README_TOP_FILES= DEDICATION THANKS
 
 IN_ITELY_FILES = $(call src-wildcard,snippets/*-intro.itely)
 SNIPPET_LY_FILES = $(call src-wildcard,snippets/*.ly)
-OUT_SNIPPET_LY_FILES = $(SNIPPET_LY_FILES:%.ly=out/%.ly)
 
 EXTRA_DIST_FILES = $(call src-wildcard,*.init) $(call src-wildcard,*.bst)
 
@@ -254,15 +253,7 @@ $(outdir)/%/source:
 $(outdir)/%.itely: snippets/%-intro.itely snippets/%.snippet-list
        xargs $(LYS_TO_TELY) -f doctitle,texidoc,verbatim --name=$@ --template=$< < $(filter %.snippet-list, $^)
 
-$(outdir)/snippets.texi: $(GENERATED_ITELY_FILES) $(OUT_SNIPPET_LY_FILES)
-
-$(OUT_SNIPPET_LY_FILES): out/ly-snippets.dep
-
-out/ly-snippets.dep: $(SNIPPET_LY_FILES)
-       mkdir -p snippets/out
-       $(buildscript-dir)/makesnippets $(src-dir)/snippets snippets/out $(src-dir)
-       mkdir -p out
-       touch $@
+$(outdir)/snippets.texi: $(GENERATED_ITELY_FILES) $(SNIPPET_LY_FILES)
 
 $(outdir)/%.bib: %.bib
        ln -f $< $@