From 7a916031c587dbf71e2d19978c2f54f162b58a48 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 3 Feb 2009 14:05:40 +0100 Subject: Putting in the makefiles for the docs and the reference docs --- docs/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/Makefile.am (limited to 'docs/Makefile.am') diff --git a/docs/Makefile.am b/docs/Makefile.am new file mode 100644 index 0000000..ae8bcb7 --- /dev/null +++ b/docs/Makefile.am @@ -0,0 +1 @@ +SUBS = reference -- cgit v1.2.3 From aa26429a1e78f8bbcce99c9adf5d4e2557f24482 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 3 Feb 2009 14:30:24 +0100 Subject: Getting SUBDIRS right --- Makefile.am | 3 ++- docs/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/Makefile.am') diff --git a/Makefile.am b/Makefile.am index 555e6d5..aa9b4d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,4 +4,5 @@ SUBDIRS = \ libindicate \ tests \ data \ - po + po \ + docs diff --git a/docs/Makefile.am b/docs/Makefile.am index ae8bcb7..f3ddc22 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1 +1 @@ -SUBS = reference +SUBDIRS = reference -- cgit v1.2.3