File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# AUTOMATICALLY GENERATED -- DO NOT EDIT
2- #, sh-format
3- msgid "$GSH_ROOT/i18n/gsh-full-help/en.txt"
4- msgstr "$GSH_ROOT/i18n/gsh-full-help/en.txt"
5-
6- #, sh-format
7- msgid "$GSH_ROOT/i18n/gsh-help/en.txt"
8- msgstr "$GSH_ROOT/i18n/gsh-help/en.txt"
9-
102#, sh-format
113msgid "$GSH_ROOT/i18n/gameshell-init-msg-short/en.txt"
124msgstr "$GSH_ROOT/i18n/gameshell-init-msg-short/en.txt"
@@ -19,6 +11,14 @@ msgstr "$GSH_ROOT/i18n/gameshell-init-msg/en.txt"
1911msgid "$GSH_ROOT/i18n/gameshell-welcome/en.txt"
2012msgstr "$GSH_ROOT/i18n/gameshell-welcome/en.txt"
2113
14+ #, sh-format
15+ msgid "$GSH_ROOT/i18n/gsh-full-help/en.txt"
16+ msgstr "$GSH_ROOT/i18n/gsh-full-help/en.txt"
17+
18+ #, sh-format
19+ msgid "$GSH_ROOT/i18n/gsh-help/en.txt"
20+ msgstr "$GSH_ROOT/i18n/gsh-help/en.txt"
21+
2222#, sh-format
2323msgid "$GSH_ROOT/i18n/start-full-help/en.txt"
2424msgstr "$GSH_ROOT/i18n/start-full-help/en.txt"
Original file line number Diff line number Diff line change @@ -3,14 +3,6 @@ msgstr "Content-Type: text/plain; charset=UTF-8\n"
33 "Content-Transfer-Encoding: 8bit\n"
44 "Plural-Forms: nplurals=2; plural=n>1;\n"
55
6- #, sh-format
7- msgid "$GSH_ROOT/i18n/gsh-full-help/en.txt"
8- msgstr "$GSH_ROOT/i18n/gsh-full-help/fr.txt"
9-
10- #, sh-format
11- msgid "$GSH_ROOT/i18n/gsh-help/en.txt"
12- msgstr "$GSH_ROOT/i18n/gsh-help/fr.txt"
13-
146#, sh-format
157msgid "$GSH_ROOT/i18n/gameshell-init-msg-short/en.txt"
168msgstr "$GSH_ROOT/i18n/gameshell-init-msg-short/fr.txt"
@@ -23,6 +15,14 @@ msgstr "$GSH_ROOT/i18n/gameshell-init-msg/fr.txt"
2315msgid "$GSH_ROOT/i18n/gameshell-welcome/en.txt"
2416msgstr "$GSH_ROOT/i18n/gameshell-welcome/fr.txt"
2517
18+ #, sh-format
19+ msgid "$GSH_ROOT/i18n/gsh-full-help/en.txt"
20+ msgstr "$GSH_ROOT/i18n/gsh-full-help/fr.txt"
21+
22+ #, sh-format
23+ msgid "$GSH_ROOT/i18n/gsh-help/en.txt"
24+ msgstr "$GSH_ROOT/i18n/gsh-help/fr.txt"
25+
2626#, sh-format
2727msgid "$GSH_ROOT/i18n/start-full-help/en.txt"
2828msgstr "$GSH_ROOT/i18n/start-full-help/fr.txt"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ gsh auto
3636
3737gsh goto [N]
3838 directly go to mission N
39- (Note: no password necessary if N is a previous mission)
39+ (Note: no password necessary if N is an earlier mission)
4040
4141gsh skip
4242 give up on the current mission and go to the next one
@@ -79,7 +79,7 @@ gsh hardreset
7979 reset the current mission by restarting the shell
8080
8181gsh HELP
82- this message
82+ show advanced usage status, with all existing Gameshell commands
8383
8484gsh log [-v]
8585 show the log file of gsh commands
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ gsh hardreset
8080 ré-initialise la mission en cours en redémarrant le shell
8181
8282gsh HELP
83- affiche ce message
83+ affiche un message d'aide complet, avec toutes les commandes Gameshell existantes
8484
8585gsh log [-v]
8686 affiche le fichier de log des commandes gsh
Original file line number Diff line number Diff line change @@ -13,14 +13,6 @@ msgstr "Project-Id-Version: \n"
1313 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1414 "X-Generator: Lokalize 22.04.1\n"
1515
16- #, sh-format
17- msgid "$GSH_ROOT/i18n/gsh-full-help/en.txt"
18- msgstr "$GSH_ROOT/i18n/gsh-full-help/it.txt"
19-
20- #, sh-format
21- msgid "$GSH_ROOT/i18n/gsh-help/en.txt"
22- msgstr "$GSH_ROOT/i18n/gsh-help/it.txt"
23-
2416#, sh-format
2517msgid "$GSH_ROOT/i18n/gameshell-init-msg-short/en.txt"
2618msgstr "$GSH_ROOT/i18n/gameshell-init-msg-short/it.txt"
@@ -33,6 +25,14 @@ msgstr "$GSH_ROOT/i18n/gameshell-init-msg/it.txt"
3325msgid "$GSH_ROOT/i18n/gameshell-welcome/en.txt"
3426msgstr "$GSH_ROOT/i18n/gameshell-welcome/it.txt"
3527
28+ #, sh-format
29+ msgid "$GSH_ROOT/i18n/gsh-full-help/en.txt"
30+ msgstr "$GSH_ROOT/i18n/gsh-full-help/it.txt"
31+
32+ #, sh-format
33+ msgid "$GSH_ROOT/i18n/gsh-help/en.txt"
34+ msgstr "$GSH_ROOT/i18n/gsh-help/it.txt"
35+
3636#, sh-format
3737msgid "$GSH_ROOT/i18n/start-full-help/en.txt"
3838msgstr "$GSH_ROOT/i18n/start-full-help/it.txt"
Original file line number Diff line number Diff line change 1+ all : gsh-commands gameshell
2+
3+ gsh-commands :
4+ make -C ./gsh-commands
5+
6+ gameshell :
7+ make -C ./gameshell
8+
9+ install : all
10+ make -C ./gameshell install
11+ make -C ./gsh-commands install
12+
13+
14+ .PHONY : all gsh-commands gameshell
15+
Original file line number Diff line number Diff line change 1+ MANPATH = ../../../man
2+ HELPPATH = ../..
3+
4+ LANGS = en
5+ MANPAGES = $(addsuffix .1, $(LANGS ) )
6+
7+ clean = sed -f ../clean.sed
8+ include_files = awk -f ../include_files.awk
9+
10+ all : $(MANPAGES )
11+
12+ install : all
13+ @mkdir -p $(MANPATH ) /man1/
14+ for file in ?? .1; do mkdir -p $( MANPATH) /$$ {file%.1}/man1/; cp " $$ file" " $( MANPATH) /$$ {file%.1}/man1/gameshell.sh.1" ; done
15+ mv $(MANPATH ) /en/man1/* $(MANPATH ) /man1/
16+ rmdir $(MANPATH ) /en/man1/
17+
18+ % .txt : % /* .txt
19+ $(include_files ) $* /man_gameshell.txt > $@
20+
21+ # NOTE: english man page should go to the default man/man1 directory
22+ en.1 : en.txt
23+ a2x --doctype manpage --format manpage $<
24+ @mkdir -p $(MANPATH ) /man1/
25+ mv gameshell.sh.1 $@
26+
27+ # NOTE: translated man pages should go to the man/LANGUAGE/man1 directory
28+ % .1 : % .txt
29+ a2x --doctype manpage --format manpage $<
30+ @mkdir -p $(MANPATH ) /$* /man1/
31+ mv gameshell.sh.1 $@
32+
33+ clean :
34+ rm -f * .1 * .html * .txt
35+
36+ .PHONY : clean all
You can’t perform that action at this time.
0 commit comments