Changed bindist target to debpkg.

This commit is contained in:
John MacFarlane 2014-12-17 12:04:20 -08:00
parent b966611067
commit 8dfc372278
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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