-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathupdate_documentation.nscr
More file actions
15 lines (13 loc) · 819 Bytes
/
update_documentation.nscr
File metadata and controls
15 lines (13 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#**********************************************************************************************
* SCRIPTNAME: update_documentation
* ============================================================================================
* Hinzugefügt: 2019-06-30, um 10:16:21 *#
## Füge hier deine Kommandos und Ausdrücke ein.
sLangId = getuilang(); ## "de-DE" oder "en-GB";
copy "<this>/" + sLangId + "/lang/*" -target="<>/lang/" -all
copy "<this>/common/*" -target="<>/lang/" -all
copy "<this>/" + sLangId + "/docs/*" -target="<>/docs/" -all
#**Ende der Datei
* NumeRe: Framework für Numerische Rechnungen | Freie numerische Software unter der GNU GPL v3
* https://sites.google.com/site/numereframework/
**********************************************************************************************#