summaryrefslogtreecommitdiff
path: root/Documentation/GNUmakefile
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2012-06-30 17:57:24 +0200
committerDavid Kastrup <dak@gnu.org>2012-06-30 17:57:24 +0200
commitd8da8de0e71f64dfc2711654bba3709fc4fbfc4b (patch)
treee929e8c677146041e6cfb721aa55dd86483e4675 /Documentation/GNUmakefile
parent43fe858eb18418ae1d8867786ad873b7a4e2ae8a (diff)
Revert "Get texidoc translations out of snippets source files"
This reverts commit 512d405d07aba8742658902b105a94ebbd40c2dc.
Diffstat (limited to 'Documentation/GNUmakefile')
-rw-r--r--Documentation/GNUmakefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index afff8d7dc4..c53338ca04 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -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 $< $@