summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
new file mode 100644
index 00000000..71c07ba2
--- /dev/null
+++ b/docs/Makefile.am
@@ -0,0 +1,25 @@
+NULL =
+
+SUBDIRS = reference
+
+man_MANS = \
+ caja.1 \
+ caja-connect-server.1 \
+ caja-file-management-properties.1 \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(man_MANS) \
+ architecture.txt \
+ dnd.txt \
+ load-states.dia \
+ caja-internals.sxw \
+ caja-internals.pdf \
+ caja-io.txt \
+ caja.faq \
+ recommended-books.html \
+ smoketests.html \
+ state-machines.txt \
+ style-guide.html \
+ key_mouse_navigation.txt \
+ $(NULL)