diff options
author | vext01 <vext01@gmail.com> | 2012-06-12 20:58:51 +0100 |
---|---|---|
committer | vext01 <vext01@gmail.com> | 2012-06-12 21:00:03 +0100 |
commit | 7fe5675b6a4665c91fe66cf86cb1cddfe89f44a9 (patch) | |
tree | 429553ae721cf75ecb51a059d8b82dbe4dcc59c1 /Makefile | |
parent | 0a060601fd6e139e10708121834da0d709c8471c (diff) | |
download | xombrero-7fe5675b6a4665c91fe66cf86cb1cddfe89f44a9.tar.gz |
make install should also scaffold the manual dir.
OK marco
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index f9aaefb..b0d3d95 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ javascript.h: ${JSFILES} js-merge-helper.pl beforeinstall: install -m 755 -d ${PREFIX}/bin + install -m 755 -d ${PREFIX}/man/man1/ install -m 755 -d ${PREFIX}/share/xombrero install -m 644 ${.CURDIR}/xombreroicon.png ${PREFIX}/share/xombrero install -m 644 ${.CURDIR}/xombreroicon16.png ${PREFIX}/share/xombrero |