diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2014-12-17 12:04:20 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-17 12:04:20 -0800 |
| commit | 8dfc372278d26c551e2a7374b7223c7e07c8270b (patch) | |
| tree | b98305bfdfb43004a50497024f255f626e5531c4 | |
| parent | b9666110671e5663f164e79dfdebb10123a3c56d (diff) | |
| download | pandoc-8dfc372278d26c551e2a7374b7223c7e07c8270b.tar.gz | |
Changed bindist target to debpkg.
| -rw-r--r-- | Makefile | 4 | ||||
| -rwxr-xr-x | make_deb.sh | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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) diff --git a/make_deb.sh b/make_deb.sh index 589e7cad4..dfbdd3a0c 100755 --- a/make_deb.sh +++ b/make_deb.sh @@ -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 |
