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(-) 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