mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-22 07:37:40 +00:00
[linux] remove devreconf from Makefile again
This commit is contained in:
parent
65b06e39e5
commit
0d23cc6985
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ configure:
|
|||
fullbuild: # configure and build
|
||||
./scripts/build.sh
|
||||
|
||||
tmpinstall: devreconf
|
||||
tmpinstall: reconf
|
||||
INSTALLDIR="/tmp/kmfl" ./scripts/build.sh
|
||||
INSTALLDIR="/tmp/kmfl" ./scripts/install.sh
|
||||
|
||||
|
|
@ -43,5 +43,5 @@ deb: reconf origdist cow debnocow # it will prompt for sudo if required for cowb
|
|||
releasedeb: reconf origdist cow debnocow # it will prompt for sudo if required for cowbuilder
|
||||
echo "Built release Debian packages in builddebs/"
|
||||
|
||||
nightlydist: devreconf sources
|
||||
nightlydist: reconf sources
|
||||
echo "Built nightly source release in dist/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue