From 05103c7147ed7c44b0b4bc9004f0081ca75a2f90 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 15 May 2009 11:45:14 +0000 Subject: 1. configure.ac finally 2. add docsbuilding infra 3. fix list/genlist on code-based select. SVN revision: 40667 --- Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0185db7e5..e79fc5a93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src data +SUBDIRS = src data doc MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ config.h.in config.sub configure install-sh \ @@ -12,3 +12,10 @@ pkgconfig_DATA = elementary.pc installed_headersdir = $(prefix)/include/elementary installed_headers_DATA = elementary_config.h + +.PHONY: doc + +doc: + @echo "entering doc/" + $(MAKE) -C doc doc + -- cgit v1.2.1