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 /flower/GNUmakefile | |
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 'flower/GNUmakefile')
-rw-r--r-- | flower/GNUmakefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/flower/GNUmakefile b/flower/GNUmakefile index 83fc5576fa..2b5b304cfa 100644 --- a/flower/GNUmakefile +++ b/flower/GNUmakefile @@ -2,11 +2,8 @@ depth = .. NAME = flower MODULE_NAME = flower -SUBDIRS = include -SCRIPTS = README_FILES = NEWS-1.0 NEWS-1.1.46 README TODO -EXTRA_DIST_FILES= VERSION $(README_FILES) $(SCRIPTS) STEPMAKE_TEMPLATES=library c++ po test # test uses LILYPOND_DATADIR |