Skip to content

Commit 6180976

Browse files
committed
fixed typos, adjusted make help information
Signed-off-by: Alexander Piskun <[email protected]>
1 parent e2f47ce commit 6180976

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

Makefile

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,25 @@ JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_nam
88

99
.PHONY: help
1010
help:
11-
@echo "Welcome to Skeleton example. Please use \`make <target>\` where <target> is one of"
11+
@echo " Welcome to $(APP_NAME) $(APP_VERSION)!"
1212
@echo " "
13-
@echo " Next commands are only for dev environment with nextcloud-docker-dev!"
14-
@echo " They should run from the host you are developing on(with activated venv) and not in the container with Nextcloud!"
15-
@echo " "
16-
@echo " build-push build image and upload to ghcr.io"
17-
@echo " "
18-
@echo " run29 install Skeleton for Nextcloud 29"
19-
@echo " run30 install Skeleton for Nextcloud 30"
20-
@echo " run install Skeleton for Nextcloud Last"
21-
@echo " "
22-
@echo " For development of this example use PyCharm run configurations. Development is always set for last Nextcloud."
23-
@echo " First run 'Skeleton' and then 'make registerXX', after that you can use/debug/develop it and easy test."
24-
@echo " "
25-
@echo " register29 perform registration of running Skeleton into the 'manual_install' deploy daemon."
26-
@echo " register30 perform registration of running Skeleton into the 'manual_install' deploy daemon."
27-
@echo " register perform registration of running Skeleton into the 'manual_install' deploy daemon."
13+
@echo " Please use \`make <target>\` where <target> is one of"
14+
@echo " "
15+
@echo " build-push builds CPU images and uploads them to ghcr.io"
16+
@echo " "
17+
@echo " > Next commands are only for the dev environment with nextcloud-docker-dev!"
18+
@echo " > They must be run from the host you are developing on, not in a Nextcloud container!"
19+
@echo " "
20+
@echo " run29 installs $(APP_NAME) for Nextcloud 29"
21+
@echo " run30 installs $(APP_NAME) for Nextcloud 30"
22+
@echo " run installs $(APP_NAME) for Nextcloud Latest"
23+
@echo " "
24+
@echo " > Commands for manual registration of ExApp($(APP_NAME) should be running!):"
25+
@echo " "
26+
@echo " register29 performs registration of running $(APP_NAME) into the 'manual_install' deploy daemon."
27+
@echo " register30 performs registration of running $(APP_NAME) into the 'manual_install' deploy daemon."
28+
@echo " register performs registration of running $(APP_NAME) into the 'manual_install' deploy daemon."
29+
2830

2931
.PHONY: build-push
3032
build-push:

0 commit comments

Comments
 (0)