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 /scripts/auxiliar | |
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 'scripts/auxiliar')
-rw-r--r-- | scripts/auxiliar/GNUmakefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/auxiliar/GNUmakefile b/scripts/auxiliar/GNUmakefile deleted file mode 100644 index d70ff71da4..0000000000 --- a/scripts/auxiliar/GNUmakefile +++ /dev/null @@ -1,10 +0,0 @@ -depth=../.. - -EXTRA_DIST_FILES = $(call src-wildcard,*.sh) $(call src-wildcard,*.py) -EXTRA_DIST_FILES += pfx2ttf.fontforge -EXTRA_DIST_FILES += lily-git.tcl -EXTRA_DIST_FILES += ref_check.tely - -include $(depth)/make/stepmake.make - -default: |