Overview
| Comment: | [build] useless path |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | build |
| Files: | files | file ages | folders |
| SHA3-256: |
cc74e8c3a7b417daaf68b12297fab213 |
| User & Date: | olr on 2018-10-12 08:45:07 |
| Other Links: | manifest | tags |
Context
|
2018-10-17
| ||
| 16:35 | [njs] merge nodejs: build package for NodeJS check-in: 3e32004d0a user: olr tags: trunk, njs | |
|
2018-10-12
| ||
| 08:45 | [build] useless path check-in: cc74e8c3a7 user: olr tags: trunk, build | |
| 08:43 | [build] option -uc (--use_cache) to avoid rebuilding rules check-in: 495352b032 user: olr tags: trunk, build | |
Changes
Modified make.py from [d55bc7d114] to [7a5afc5f1b].
| ︙ | ︙ | |||
395 396 397 398 399 400 401 |
xParser.add_argument("-i", "--install", help="install the extension in Writer (path of unopkg must be set in config.ini)", action="store_true")
xArgs = xParser.parse_args()
if xArgs.build_data:
xArgs.build_data_before = True
xArgs.build_data_after = True
| | | 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 |
xParser.add_argument("-i", "--install", help="install the extension in Writer (path of unopkg must be set in config.ini)", action="store_true")
xArgs = xParser.parse_args()
if xArgs.build_data:
xArgs.build_data_before = True
xArgs.build_data_after = True
dir_util.mkpath("_build")
dir_util.mkpath("grammalecte")
if xArgs.javascript:
dir_util.mkpath("grammalecte-js")
copyGraphspellCore(xArgs.javascript)
for sLang in xArgs.lang:
|
| ︙ | ︙ |