diff options
-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 |