diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-08-01 12:22:43 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2012-08-15 16:22:08 +0200 |
commit | c20fff645e325d392d2588721144f4204d0ef9da (patch) | |
tree | b9950400bcd9493bb41e24bb2e9c873e544d088e /input | |
parent | c0a47b91cd930053074d42363047a77b889e05f7 (diff) |
Make distributed tarball from Git file list
This removes the requirement of having a GNUmakefile
in each and every directory of the source tree; this commit
also deletes GNUmakefiles made unnecessary this way.
dist-toplevel-txt-files toplevel target is also removed,
because it is unneeded outside of dist target and it
prevents linking of toplevel generated txt docs to
distdir when these docs are already generated.
In addition, on suggestions from Han-Wen, if dist is made with a
source directory tracked by Git, then
* the source directory is required to have no uncommitted changes nor
non-ignored untracked files,
* the time stamp of all files in the tarball is set to the time stamp
of the head of the checked-out branch.
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/lilypond-book/GNUmakefile | 9 | ||||
-rw-r--r-- | input/regression/lilypond-book/include/GNUmakefile | 11 | ||||
-rw-r--r-- | input/regression/musicxml/GNUmakefile | 2 |
3 files changed, 0 insertions, 22 deletions
diff --git a/input/regression/lilypond-book/GNUmakefile b/input/regression/lilypond-book/GNUmakefile index 3f27361283..935f068db7 100644 --- a/input/regression/lilypond-book/GNUmakefile +++ b/input/regression/lilypond-book/GNUmakefile @@ -7,17 +7,8 @@ include $(depth)/make/stepmake.make TITLE=lilypond-book Test Suite -SUBDIRS=include - COLLATED_FILES = $(OUT_FILES) -EXTRA_DIST_FILES = include.mxl -EXTRA_DIST_FILES += include.xml -EXTRA_DIST_FILES += $(call src-wildcard,*.ly) -EXTRA_DIST_FILES += $(call src-wildcard,*.ily) -EXTRA_DIST_FILES += $(call src-wildcard,*.tely) -EXTRA_DIST_FILES += $(call src-wildcard,*.itely) - OUT_TEXI_FILES += ${TEXI_FILES:%.texi=$(outdir)/%.info} OUT_TEXI_FILES += ${TEXI_FILES:%.texi=$(outdir)/%.pdf} OUT_TEXINFO_FILES += ${TEXINFO_FILES:%.texinfo=$(outdir)/%.info} diff --git a/input/regression/lilypond-book/include/GNUmakefile b/input/regression/lilypond-book/include/GNUmakefile deleted file mode 100644 index 0b6e885d6a..0000000000 --- a/input/regression/lilypond-book/include/GNUmakefile +++ /dev/null @@ -1,11 +0,0 @@ -depth = ../../../.. - -STEPMAKE_TEMPLATES= -LOCALSTEPMAKE_TEMPLATES= - -include $(depth)/make/stepmake.make - -EXTRA_DIST_FILES += $(call src-wildcard,*.ly) -EXTRA_DIST_FILES += $(call src-wildcard,*.ily) -EXTRA_DIST_FILES += $(call src-wildcard,*.tely) -EXTRA_DIST_FILES += $(call src-wildcard,*.itely) diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index 65e73ea867..5d1b8fc658 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -3,8 +3,6 @@ depth = ../../.. STEPMAKE_TEMPLATES=documentation texinfo tex LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml -EXTRA_DIST_FILES = LICENSE book-musicxml-testsuite.py - TEXI2HTML_FLAGS += --nomenu COLLATED_FILES = $(sort $(MUSICXML_FILES) $(MUSICMXL_FILES) $(TEXINFO_SOURCES) ) |