Root Makefile' should pass {MAJOR,MINOR}VER' to `utils/dist'.
This commit is contained in:
parent
1934ffc04d
commit
a89de89cef
6
Makefile
6
Makefile
@ -9,10 +9,12 @@ MAJORVER = 1.4
|
||||
MINORVER = alpha2
|
||||
|
||||
dist:
|
||||
utils/dist TITLE=$(TITLE) README=$(README)
|
||||
utils/dist TITLE=$(TITLE) README=$(README) \
|
||||
MAJORVER=$(MAJORVER) MINORVER=$(MINORVER)
|
||||
|
||||
dist-clean:
|
||||
utils/dist TITLE=$(TITLE) README=$(README) dist-clean
|
||||
utils/dist TITLE=$(TITLE) README=$(README) \
|
||||
MAJORVER=$(MAJORVER) MINORVER=$(MINORVER) dist-clean
|
||||
|
||||
qa:
|
||||
utils/qa
|
||||
|
||||
Loading…
Reference in New Issue
Block a user