X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=01d913c2467001939dd0d85371245970f5bd7b14;hp=0317500bd9d4b4c75c75e2d7809a80bd94cd311c;hb=747d7a069f758541879be7628d33b7e989d4485b;hpb=8f71a1c0f6ddc9e295d929480503222c6baf9e4e diff --git a/Makefile.am b/Makefile.am index 0317500..01d913c 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,29 @@ CLEANFILES = \ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ - pre-inst-env.in -# tests/utils.scm + $(NOCOMP_SOURCES) \ + pre-inst-env.in \ + tests/utils.scm + + +## Make changelog on demand + +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 + +## Texinfo stuff + +info_TEXINFOS = doc/8sync.texi + +8sync_TEXINFOS = \ + doc/fdl.texi + +dvi-local: # Skip dvi docs