Revision 3133
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/input.Makefile | ||
---|---|---|
393 | 393 |
%-ok: _always |
394 | 394 |
$(CP) $* $(call testRef,$*) |
395 | 395 |
|
396 |
##### Documentation |
|
397 |
|
|
398 |
import/steps.by_col.sql: _always |
|
399 |
+$(selfMake) import by_col=1 verbosity=2 n=100|$(bin)/debug2redmine >$@ |
|
400 |
|
|
396 | 401 |
##### Input-type-specific |
397 | 402 |
|
398 | 403 |
# Each input type needs var $(mapEnv) and targets src/install, src/uninstall |
README.TXT | ||
---|---|---|
61 | 61 |
Missing mappings: make missing_mappings |
62 | 62 |
Everything (for most complete coverage): make test-all |
63 | 63 |
|
64 |
Documentation: |
|
65 |
To generate a Redmine-formatted list of steps for column-based import: |
|
66 |
make inputs/QMOR/import/steps.by_col.sql |
|
67 |
|
|
64 | 68 |
General: |
65 | 69 |
To see a program's description, read its top-of-file comment |
66 | 70 |
To see a program's usage, run it without arguments |
Also available in: Unified diff
input.Makefile: Added import/steps.by_col.sql to generate a Redmine-formatted list of steps for column-based import