]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix 'make dist'
authorJohn Mandereau <john.mandereau@gmail.com>
Wed, 13 Jan 2010 09:34:29 +0000 (10:34 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Wed, 13 Jan 2010 09:34:29 +0000 (10:34 +0100)
Dist Spanish essay included files.

Try to make it work for both in-tree and out-of-tree dstribution
tarball generation.

Documentation/GNUmakefile
Documentation/es/GNUmakefile
Documentation/es/essay/GNUmakefile [new file with mode: 0644]
Documentation/hu/GNUmakefile
stepmake/stepmake/documentation-vars.make

index 872166ad93c3092403707916b0d2c40582ad1349..1eb74f43bc11f9c227bce0a2624ac3dbf014a952 100644 (file)
@@ -32,7 +32,7 @@ README_TOP_FILES= DEDICATION THANKS
 IN_ITELY_FILES = $(call src-wildcard,snippets/*-intro.itely)
 SNIPPET_LY_FILES = $(call src-wildcard,snippets/*.ly)
 
-EXTRA_DIST_FILES = $(call src-wildcard,*.init) search-box.ihtml
+EXTRA_DIST_FILES = $(call src-wildcard,*.init)
 
 ### Out files
 
index 50ffefb71e6becb9c893a1fcfbd22940b829fd4f..83c05d031d0d6854bed31bdaee581f6024b3eb46 100644 (file)
@@ -1,11 +1,11 @@
 ISOLANG = es
 depth = ../..
-SUBDIRS = learning notation texidocs usage web
+SUBDIRS = essay learning notation texidocs usage web
 STEPMAKE_TEMPLATES = documentation
 LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
 
 UNSPLITTED_HTML_MANUALS = changes
 
-EXTRA_DIST_FILES = web.texi search-box.ihtml
+EXTRA_DIST_FILES = web.texi
 
 include $(depth)/make/stepmake.make
diff --git a/Documentation/es/essay/GNUmakefile b/Documentation/es/essay/GNUmakefile
new file mode 100644 (file)
index 0000000..425cc1d
--- /dev/null
@@ -0,0 +1,5 @@
+depth = ../../..
+
+LOCALSTEPMAKE_TEMPLATES = ly
+
+include $(depth)/make/stepmake.make
index 1e65b66db12290092cfe116a9051975182a605ce..57fbef91c664f3c901dd2bf54bec19420623a21e 100644 (file)
@@ -5,6 +5,6 @@ STEPMAKE_TEMPLATES = documentation
 LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
 NO_PDF_FILES = 1
 
-EXTRA_DIST_FILES = web.texi search-box.ihtml
+EXTRA_DIST_FILES = web.texi
 
 include $(depth)/make/stepmake.make
index 8d0c1ae88126a00c8885bc44fb43224a76e92d1b..4c572c214a4e452cec7118e46d65ac370efab610 100644 (file)
@@ -1,5 +1,4 @@
 at-dir = $(doc-dir)/
 at-ext = .in
 
-EXTRA_DIST_FILES += $(call src-wildcard, *.css)
-EXTRA_DIST_FILES += $(call src-wildcard, *.ihtml)
+EXTRA_DIST_FILES += $(call src-wildcard,*.ihtml)