blob: 56499942f27b3e217e541109ed5d68925f0df818 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/Makefile.am b/Makefile.am
index e08cd91..bcde34b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# Directories where we can build something.
-SUBDIRS = doc lib-src src
+SUBDIRS = lib-src src
# Install the examples into /usr/share/doc/cddlib/examples*
nobase_doc_DATA = $(srcdir)/examples/* $(srcdir)/examples-ine/* $(srcdir)/examples-ine3d/* $(srcdir)/examples-ext/*
|