From 90a2df3f7c423a4e23958daf9fd2143b1a98d746 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 2 Jan 2016 16:54:45 -0800 Subject: Fixed debpkg target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 635ff18a2..9620cf386 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ dist: man/pandoc.1 runghc make_travis_yml.hs $< > $@ debpkg: man/pandoc.1 - ./make_deb.sh + make -C deb osxpkg: man/pandoc.1 ./make_osx_package.sh -- cgit v1.2.3