summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@intel.com>2012-11-09 20:33:10 -0200
committerTiago Vignatti <tiago.vignatti@intel.com>2012-11-12 16:08:32 -0200
commit5909dddc78573774bd3a93c280831a7d18d82994 (patch)
tree598a08f1140d48bce46a51fe0095bb93c68c61e8 /Makefile.am
parentc77ba6bebc181d88851d802907b0016fd4f810fc (diff)
doc: Remove unused css and xslt for the protocol
This was added previously (commit 015c42e1) when we didn't have docbook formatted documentation. Now it became quite useless. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 306d7b3..7f35034 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ if BUILD_DOCS
doc_subdir = doc
endif
-SUBDIRS = src protocol $(doc_subdir) tests cursor
+SUBDIRS = src $(doc_subdir) tests cursor
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}