X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=550b1a45147aa50fd646e6a509bf65240432d104;hp=ce5391818f313f045402d019ef00c1b6ff0eb33c;hb=9f9dd8c1529e0a25440dc34c13f51451a241fb28;hpb=f8919ceb386574e7f91545f2ab2d3063ca7c92a4 diff --git a/Makefile.am b/Makefile.am index ce53918..550b1a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,9 +45,10 @@ moddir=$(prefix)/share/guile/site/2.0 godir=$(libdir)/guile/2.0/ccache SOURCES = \ - eightsync/agenda.scm \ - eightsync/repl.scm \ - eightsync/systems/irc.scm + 8sync/agenda.scm \ + 8sync/repl.scm \ + 8sync/systems/irc.scm \ + 8sync/systems/web.scm TESTS = \ @@ -68,10 +69,16 @@ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ $(NOCOMP_SOURCES) \ + COPYING-gplv3.txt \ pre-inst-env.in \ - tests/utils.scm + tests/utils.scm \ + demos/run-demo.sh \ + demos/ircbot.scm \ + demos/hello-web.scm +## Make changelog on demand + dist-hook: gen-ChangeLog # gen-AUTHORS might be useful to borrow from Guix @@ -83,6 +90,11 @@ gen-ChangeLog: mv $(distdir)/cl-t $(distdir)/ChangeLog; \ fi -SUBDIRS = \ - doc -# demos +## Texinfo stuff + +info_TEXINFOS = doc/8sync.texi + +8sync_TEXINFOS = \ + doc/fdl.texi + +dvi-local: # Skip dvi docs