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 --- configure.ac | 2 ++ docs/Makefile.am | 1 + docs/reference/Makefile.am | 0 3 files changed, 3 insertions(+) create mode 100644 docs/Makefile.am create mode 100644 docs/reference/Makefile.am diff --git a/configure.ac b/configure.ac index cb4665b..1fab08d 100644 --- a/configure.ac +++ b/configure.ac @@ -112,6 +112,8 @@ data/icons/32x32/panel/Makefile data/icons/48x48/panel/Makefile data/icons/scalable/panel/Makefile po/Makefile.in +docs/Makefile +docs/reference/Makefile ]) ########################### 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 diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3