summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-11-30 22:00:20 +0000
committerDavid Robillard <d@drobilla.net>2007-11-30 22:00:20 +0000
commitb659270e5d16d553966989eb464acfd2166d496e (patch)
tree98e0069acc271a7e9c9ac05f1e3cce0285c2d5eb /Makefile.am
parente9c7107df9dd2001498cae65aa6ad898fbf7d2f7 (diff)
downloadraul-b659270e5d16d553966989eb464acfd2166d496e.tar.gz
raul-b659270e5d16d553966989eb464acfd2166d496e.tar.bz2
raul-b659270e5d16d553966989eb464acfd2166d496e.zip
Various documentation cleanups/fixes.
Generate/install man pages for SLV2. git-svn-id: http://svn.drobilla.net/lad/raul@929 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b9e4eac..0bab37c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,3 +6,6 @@ endif
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = raul.pc
+
+docs:
+ cd doc && make docs