diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | 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 |