diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2018-06-11 02:52:47 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2018-06-11 02:52:47 +0200 |
commit | cdec3e827817ffc655e0cc380a09d4b16b8c5a17 (patch) | |
tree | 9f6c713ba13f81f3da21844b689f15e2572f6cac /Makefile.am | |
parent | ae3adf7505beeb1d2e8e6cd3e075539e41c7edd5 (diff) | |
download | geiser-guile-cdec3e827817ffc655e0cc380a09d4b16b8c5a17.tar.gz geiser-guile-cdec3e827817ffc655e0cc380a09d4b16b8c5a17.tar.bz2 |
Making README a product
Generated by simply copying README.org. The trick of making README a
symbolic link was, well, a trick, and seems to confuse poor Gitlab.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f3f27ff..b2724af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,9 @@ SUBDIRS = . elisp scheme bin doc -EXTRA_DIST = THANKS README.elpa +EXTRA_DIST = THANKS README.org README.elpa + +README: README.org + cp $(top_srcdir)/README.org README dist-hook: $(SHELL) $(top_srcdir)/ChangeLog > $(top_distdir)/ChangeLog |