From 1294db314116aed537d0fcc8e240369e2567f3a1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Jul 2008 18:00:41 +0000 Subject: Working 'make install-man' target from top level. git-svn-id: http://svn.drobilla.net/lad/slv2@1281 a436a847-0d15-0410-975c-d299462d15a1 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index a256646..c891f0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,9 @@ dist-hook: dist-check-doxygen docs: cd doc && make docs +install-man: + cd doc && make install-man + deb: dpkg-buildpackage -sn -- cgit v1.2.1