doc: Move content from doc/8sync-new-manual.org to doc/8sync.texi.
[8sync.git] / Makefile.am
index 5b4705bcd471d1a95ec96e553929329e92d1d66d..19f8da75946df3b7d9dcdc967df5755488efd8e2 100644 (file)
@@ -45,13 +45,16 @@ moddir=$(prefix)/share/guile/site/2.0
 godir=$(libdir)/guile/2.0/ccache
 
 SOURCES =  \
+       8sync.scm \
        8sync/agenda.scm \
        8sync/repl.scm \
-       8sync/systems/irc.scm
-
+       8sync/systems/irc.scm \
+       8sync/actors.scm \
+       8sync/debug.scm
 
 TESTS =                                                        \
-       tests/test-agenda.scm
+       tests/test-agenda.scm                           \
+       tests/test-actors.scm
 
 TEST_EXTENSIONS = .scm
 
@@ -68,10 +71,14 @@ EXTRA_DIST =                                                \
        $(SOURCES)                                      \
        $(TESTS)                                        \
        $(NOCOMP_SOURCES)                               \
+       COPYING-gplv3.txt                               \
        pre-inst-env.in                                 \
        tests/utils.scm                                 \
        demos/run-demo.sh                               \
-       demos/ircbot.scm
+       demos/ircbot.scm                                \
+       demos/actors/botherbotherbother.scm             \
+       demos/actors/simplest-possible.scm              \
+       demos/actors/robotscanner.scm
 
 
 ## Make changelog on demand