diff options
author | Ted Gould <ted@canonical.com> | 2009-02-03 14:05:40 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-03 14:05:40 +0100 |
commit | 7a916031c587dbf71e2d19978c2f54f162b58a48 (patch) | |
tree | b64168940c31de93467c0e0ebfd3088fdbfaeee5 | |
parent | 5d714e6fde623bd2462bd80e9078508001cbfdf7 (diff) | |
download | libayatana-indicator-7a916031c587dbf71e2d19978c2f54f162b58a48.tar.gz libayatana-indicator-7a916031c587dbf71e2d19978c2f54f162b58a48.tar.bz2 libayatana-indicator-7a916031c587dbf71e2d19978c2f54f162b58a48.zip |
Putting in the makefiles for the docs and the reference docs
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | docs/Makefile.am | 1 | ||||
-rw-r--r-- | docs/reference/Makefile.am | 0 |
3 files changed, 3 insertions, 0 deletions
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 --- /dev/null +++ b/docs/reference/Makefile.am |