X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=29a89d2138e6b43a8e4b929c40b4da16209aa135;hb=2e5f34aa5f067b2d169d82bfc3c140276174b06f;hp=c57bf73dfcd921063f4b6b19656ba07f98e7b6b0;hpb=9b75050c50d072cc273861f5959c925eb1886ce4;p=8sync.git diff --git a/Makefile.am b/Makefile.am index c57bf73..29a89d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,9 @@ moddir=$(prefix)/share/guile/site/2.0 godir=$(libdir)/guile/2.0/ccache SOURCES = \ - eightsync/agenda.scm + eightsync/agenda.scm \ + eightsync/repl.scm \ + eightsync/systems/irc.scm TESTS = \ @@ -65,5 +67,16 @@ CLEANFILES = \ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ - pre-inst-env.in -# tests/utils.scm + pre-inst-env.in \ + tests/utils.scm + +dist-hook: gen-ChangeLog +# gen-AUTHORS might be useful to borrow from Guix + +gen-ChangeLog: + if test -d .git; then \ + $(top_srcdir)/build-aux/gitlog-to-changelog --since 2015-11-28 \ + > $(distdir)/cl-t; \ + rm -f $(distdir)/ChangeLog; \ + mv $(distdir)/cl-t $(distdir)/ChangeLog; \ + fi