forked from ungleich-public/ccollect
New host
This commit is contained in:
parent
c19dfcca1d
commit
79445b333b
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -18,8 +18,8 @@ path_dir=/usr/local/bin
|
||||||
path_destination=$(path_dir)/$(CCOLLECT)
|
path_destination=$(path_dir)/$(CCOLLECT)
|
||||||
|
|
||||||
# where to publish
|
# where to publish
|
||||||
host=creme.schottelius.org
|
host=home.schottelius.org
|
||||||
dir=www/org/schottelius/linux/ccollect
|
dir=www/org/schottelius/unix/www/ccollect/
|
||||||
docdir=$(dir)/doc
|
docdir=$(dir)/doc
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -67,10 +67,10 @@ install-script:
|
||||||
# Developer targets
|
# Developer targets
|
||||||
#
|
#
|
||||||
update:
|
update:
|
||||||
@cg-update creme
|
@cg-update home
|
||||||
|
|
||||||
push-work:
|
push-work:
|
||||||
@cg-push creme
|
@cg-push home
|
||||||
@cg-push sygroup
|
@cg-push sygroup
|
||||||
|
|
||||||
publish-doc: documentation
|
publish-doc: documentation
|
||||||
|
|
Loading…
Reference in a new issue