X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=29a89d2138e6b43a8e4b929c40b4da16209aa135;hp=0317500bd9d4b4c75c75e2d7809a80bd94cd311c;hb=5be4a76b4a1d667128042e5db7cd4621cb139340;hpb=8f71a1c0f6ddc9e295d929480503222c6baf9e4e diff --git a/Makefile.am b/Makefile.am index 0317500..29a89d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,7 @@ godir=$(libdir)/guile/2.0/ccache SOURCES = \ eightsync/agenda.scm \ + eightsync/repl.scm \ eightsync/systems/irc.scm @@ -66,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