aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-17 12:04:20 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-17 12:04:20 -0800
commit8dfc372278d26c551e2a7374b7223c7e07c8270b (patch)
treeb98305bfdfb43004a50497024f255f626e5531c4 /Makefile
parentb9666110671e5663f164e79dfdebb10123a3c56d (diff)
downloadpandoc-8dfc372278d26c551e2a7374b7223c7e07c8270b.tar.gz
Changed bindist target to debpkg.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ec5e31eb7..b30ec7eea 100644
--- a/Makefile
+++ b/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)