summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-12-01 22:24:23 -0300
committerPerberos <[email protected]>2011-12-01 22:24:23 -0300
commit0e004c696b0e68b2cff37a4c3315b022a35eaf43 (patch)
tree43261e815529cb9518ed7be37af13b846af8b26b /docs/Makefile.am
downloadcaja-0e004c696b0e68b2cff37a4c3315b022a35eaf43.tar.bz2
caja-0e004c696b0e68b2cff37a4c3315b022a35eaf43.tar.xz
moving from https://github.com/perberos/mate-desktop-environment
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)