Changed bindist target to debpkg.
This commit is contained in:
parent
b966611067
commit
8dfc372278
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -40,8 +40,8 @@ dist: man
|
|||
cd pandoc-${version}
|
||||
cabal configure ${CABALARGS} && cabal build && cabal test && cd .. && rm -rf "pandoc-${version}"
|
||||
|
||||
bindist:
|
||||
./make_binary_package.sh
|
||||
debpkg:
|
||||
./make_deb.sh
|
||||
|
||||
man: $(MANPAGES)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
SANDBOX=`pwd`/.cabal-sandbox
|
||||
VERSION=$(grep -e '^Version' pandoc.cabal | awk '{print $2}')
|
||||
DEBPKGVER ?= 1
|
||||
DEBPKGVER=?1
|
||||
BASE=pandoc-$VERSION-$DEBPKGVER
|
||||
DIST=`pwd`/$BASE
|
||||
MANDIR=`pwd`/man
|
||||
|
|
Loading…
Add table
Reference in a new issue