From f56addb0415f7e19a362fad6432c79417e40dc0f Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 11 Jun 2018 02:52:47 +0200 Subject: 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. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3