summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2015-11-29 07:46:08 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2015-11-29 07:46:08 -0600
commitf8919ceb386574e7f91545f2ab2d3063ca7c92a4 (patch)
treec088761b8074763db095bb1a9dfeab5401967df7 /Makefile.am
parentab8b595ef61fcd91b1faa3fbaf418d31dd2ab2f9 (diff)
download8sync-f8919ceb386574e7f91545f2ab2d3063ca7c92a4.tar.gz
build: Attempt to add buildable texinfo (not all is working yet)
* Makefile.am (EXTRA_DIST): Added `NOCOMP_SOURCES' (SUBDIRS): New variable * doc/8sync.texi: New file * doc/Makefile.am: New file * doc/fdl.texi: New file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 29a89d2..ce53918 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,9 +67,11 @@ CLEANFILES = \
EXTRA_DIST = \
$(SOURCES) \
$(TESTS) \
+ $(NOCOMP_SOURCES) \
pre-inst-env.in \
tests/utils.scm
+
dist-hook: gen-ChangeLog
# gen-AUTHORS might be useful to borrow from Guix
@@ -80,3 +82,7 @@ gen-ChangeLog:
rm -f $(distdir)/ChangeLog; \
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
fi
+
+SUBDIRS = \
+ doc
+# demos