mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
Added manpage installation
This commit is contained in:
6
Makefile
6
Makefile
@@ -17,6 +17,12 @@ copyfiles:
|
||||
cp dokku /usr/local/bin/dokku
|
||||
mkdir -p /var/lib/dokku/plugins
|
||||
cp -r plugins/* /var/lib/dokku/plugins
|
||||
man
|
||||
|
||||
man:
|
||||
mkdir -p /usr/local/share/man/man1
|
||||
cp dokku.1 /usr/local/share/man/man1/dokku.1
|
||||
mandb
|
||||
|
||||
version:
|
||||
git describe --tags > ${DOKKU_ROOT}/VERSION 2> /dev/null || echo '~${DOKKU_VERSION} ($(shell date -uIminutes))' > ${DOKKU_ROOT}/VERSION
|
||||
|
||||
Reference in New Issue
Block a user