From cdec3e827817ffc655e0cc380a09d4b16b8c5a17 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 11 Jun 2018 02:52:47 +0200 Subject: [PATCH] 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 ++++- README => README.org | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) rename README => README.org (99%) 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 diff --git a/README b/README.org similarity index 99% rename from README rename to README.org index 74d4758..6fdae89 100644 --- a/README +++ b/README.org @@ -1,4 +1,3 @@ --*- mode: org -*- * Overview Geiser is a generic Emacs/Scheme interaction mode, featuring an -- 2.11.4.GIT