]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: more EXTRA_DIST for GUB happiness.
authorGraham Percival <graham@percival-music.ca>
Thu, 17 Sep 2009 15:22:03 +0000 (16:22 +0100)
committerGraham Percival <graham@percival-music.ca>
Thu, 17 Sep 2009 15:22:03 +0000 (16:22 +0100)
No, I have no clue why most of these are necessary; they look wrong
to me.  But screw it, I want to get a release happening.  Tomorrow
morning, though.  I'm going to bed now.

Documentation/GNUmakefile
Documentation/de/GNUmakefile
Documentation/fr/GNUmakefile
Documentation/nl/GNUmakefile
Documentation/pictures/GNUmakefile
Documentation/snippets/GNUmakefile

index 9352180d180ed5097abed71835f58d7e9a74dfc4..fed30f5d1fe9f3669f765865e872f29a8f4a0706 100644 (file)
@@ -31,7 +31,8 @@ LATEX_FILES =$(call src-wildcard,*.latex)
 IN_ITELY_FILES = $(call src-wildcard,snippets/*-intro.itely)
 SNIPPET_LY_FILES = $(call src-wildcard,snippets/*.ly)
 
-EXTRA_DIST_FILES = $(call src-wildcard,*.init) $(LATEX_FILES)
+EXTRA_DIST_FILES = $(call src-wildcard,*.init) $(LATEX_FILES) \
+  search-box.html
 
 ### Out files
 
index f07a3d060b72dc3e696635f0bcb97da8525727ba..6930826e230975c0c8b683b55a85dbbc6687510f 100644 (file)
@@ -1,6 +1,6 @@
 ISOLANG = de
 depth = ../..
-SUBDIRS = application learning notation texidocs
+SUBDIRS = application learning notation texidocs essay
 STEPMAKE_TEMPLATES = documentation
 LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
 
index e32036a9905a08eeac8d388e64adaeb82a98ed38..3976c7527ddbcc1b1094db1ad75cedbdbc6c8c6b 100644 (file)
@@ -4,4 +4,6 @@ SUBDIRS = application general learning notation texidocs
 STEPMAKE_TEMPLATES = documentation
 LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
 
+EXTRA_DIST = general.texi
+
 include $(depth)/make/stepmake.make
index c569372035167d942e54a71b65605195e9a69b83..bbea88304fe21dbdc01b469696f647828e3a0ac6 100644 (file)
@@ -5,4 +5,6 @@ STEPMAKE_TEMPLATES = documentation
 LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
 NO_PDF_FILES = 1
 
+EXTRA_DIST = general.texi
+
 include $(depth)/make/stepmake.make
index c0f8fd9dd6d8589a6f31f402e565145b4ceb52de..1bfc1b48f702e9bcdde766e84e999023d851b772 100644 (file)
@@ -1,13 +1,12 @@
 depth = ../..
 
-
 BITMAP_IMAGES = $(call src-wildcard,*.png) $(call src-wildcard,*.jpg)
 EPS_ILLUSTRATIONS = $(call src-wildcard,*.eps)
 SVG_FILES = $(call src-wildcard,*.svg)
 PDF_DIR = $(call src-wildcard,pdf/*.pdf)
 
-EXTRA_DIST_FILES = $(BITMAP_IMAGES) $(EPS_ILLUSTRATIONS) $(SVG_FILES)
-EXTRA_DIST_FILES += $(PDF_DIR)
+EXTRA_DIST_FILES = $(BITMAP_IMAGES) $(EPS_ILLUSTRATIONS) $(SVG_FILES) \
+  $(PDF_DIR)
 
 OUT_PDF_IMAGES = $(EPS_ILLUSTRATIONS:%.eps=$(outdir)/%.pdf)
 OUT_BITMAP_IMAGES = $(BITMAP_IMAGES:%=$(outdir)/%)
index 2a6f9ed8cc5772a0b2ac908547de31f91adafbc1..7fccf9189cc74551f5cdc3c140b4d45f109bc4a7 100644 (file)
@@ -2,6 +2,7 @@ depth = ../..
 
 SUBDIRS = new
 EXTRA_DIST_FILES = $(call src-wildcard,*.snippet-list) \
- $(call src-wildcard,*.ly) $(call src-wildcard,*.itely)
+  $(call src-wildcard,*.ly) $(call src-wildcard,*.itely) \
+  README
 
 include $(depth)/make/stepmake.make