diff options
author | David Robillard <d@drobilla.net> | 2008-07-06 18:00:41 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-07-06 18:00:41 +0000 |
commit | 1294db314116aed537d0fcc8e240369e2567f3a1 (patch) | |
tree | 0be3b661eba7b9386a92c69f0e9f730e709215f0 | |
parent | ab4b49a64153efb16204619ceedaf3999f906645 (diff) | |
download | lilv-1294db314116aed537d0fcc8e240369e2567f3a1.tar.gz lilv-1294db314116aed537d0fcc8e240369e2567f3a1.tar.bz2 lilv-1294db314116aed537d0fcc8e240369e2567f3a1.zip |
Working 'make install-man' target from top level.
git-svn-id: http://svn.drobilla.net/lad/slv2@1281 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |