X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=ce5391818f313f045402d019ef00c1b6ff0eb33c;hb=f8919ceb386574e7f91545f2ab2d3063ca7c92a4;hp=0317500bd9d4b4c75c75e2d7809a80bd94cd311c;hpb=8f71a1c0f6ddc9e295d929480503222c6baf9e4e;p=8sync.git diff --git a/Makefile.am b/Makefile.am index 0317500..ce53918 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,22 @@ CLEANFILES = \ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ - pre-inst-env.in -# tests/utils.scm + $(NOCOMP_SOURCES) \ + 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 + +SUBDIRS = \ + doc +# demos