diff options
author | Alexey Neyman <stilor@att.net> | 2018-11-27 21:55:42 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-11-27 22:38:46 -0800 |
commit | 3834a7b46918ac5f3a60cc2c602247794f8c9d61 (patch) | |
tree | 6b6b9c42514e17755654a07de8c95f1fef7aeb4c /Makefile.am | |
parent | ca7edf2fa3283bf6085bfe3711a6423938e55a41 (diff) | |
download | crosstool-ng-3834a7b46918ac5f3a60cc2c602247794f8c9d61.tar.gz crosstool-ng-3834a7b46918ac5f3a60cc2c602247794f8c9d61.tar.bz2 crosstool-ng-3834a7b46918ac5f3a60cc2c602247794f8c9d61.zip |
Add LICENSE symlink to release tarball.
Fixes #1091.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7bc5042c..6c224c1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,12 +78,16 @@ endif uninstall-hook: rm -f $(DESTDIR)$(man1dir)/$(ctng_progname).1.gz -dist-hook: fetch-docs gen-tarball-version +dist-hook: fetch-docs create-symlinks gen-tarball-version .PHONY: fetch-docs fetch-docs: maintainer/download-docs.sh $< $(top_distdir) $(USER_MANUAL_FILES) +.PHONY: create-symlinks +create-symlinks: + ln -s COPYING $(top_distdir)/LICENSE + .PHONY: gen-tarball-version gen-tarball-version: echo $(VERSION) > $(distdir)/.tarball-version |