mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
Moved addman in Makefile as to not break everything
This commit is contained in:
5
Makefile
5
Makefile
@@ -13,13 +13,12 @@ all:
|
||||
|
||||
install: dependencies stack copyfiles plugins version
|
||||
|
||||
copyfiles:
|
||||
copyfiles: addman
|
||||
cp dokku /usr/local/bin/dokku
|
||||
mkdir -p /var/lib/dokku/plugins
|
||||
cp -r plugins/* /var/lib/dokku/plugins
|
||||
man
|
||||
|
||||
man:
|
||||
addman:
|
||||
mkdir -p /usr/local/share/man/man1
|
||||
cp dokku.1 /usr/local/share/man/man1/dokku.1
|
||||
mandb
|
||||
|
||||
Reference in New Issue
Block a user