@@ -20,23 +20,30 @@ help:
20
20
@echo
21
21
@echo " Usage: make command [LANG=<language_short_code>]"
22
22
@echo
23
- @echo " LANG : Language short codes are found in LANGS.md. Default is 'en'(English)."
24
- @echo " ( Refer $( LANG_FILE) for short codes of Languages avaiable . )"
23
+ @echo " LANG: Language shortcodes are found in LANGS.md. Default is 'en'(English)."
24
+ @echo " ( Refer $( LANG_FILE) for shortcodes of Languages available . )"
25
25
@echo
26
26
@echo " Commands:"
27
27
@echo " help - Display make command list."
28
- @echo " dev - Setup project and start the development server with debugging enabled."
29
- @echo " check - Check for root directory for various dependencies."
28
+ @echo " dev - Setup the project and start the development server with debugging enabled."
29
+ @echo " check - Check for the root directory for various dependencies."
30
30
@echo " setup - Setup the temporary language and install node dependencies for the development."
31
31
@echo " build - Build the honkit project."
32
32
@echo " build-dev - Build the honkit project with debug log."
33
33
@echo " serve - Start honkit server locally for development."
34
- @echo " pdf - Generate PDF version of DjangoGirls tutorial."
35
- @echo " epub - Generate EPUB version of DjangoGirls tutorial."
36
- @echo " mobi - Generate MOBI version of DjangoGirls tutorial."
34
+ @echo " pdf - Generate the PDF version of DjangoGirls tutorial."
35
+ @echo " epub - Generate the EPUB version of DjangoGirls tutorial."
36
+ @echo " mobi - Generate the MOBI version of DjangoGirls tutorial."
37
37
@echo " mode - Shows the development mode status."
38
38
@echo " exit - Exit development mode."
39
39
@echo
40
+ @echo " Example:"
41
+ @echo
42
+ @echo " $$ make dev LANG=es"
43
+ @echo
44
+ @echo " The above command will start the development server using the language Español."
45
+ @echo " 'LANG' argument is only required the first time until the exit command is executed."
46
+ @echo
40
47
41
48
node_modules :
42
49
@npm install
0 commit comments