aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-31 11:12:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-31 11:12:48 -0700
commit64eb59a7a07975cde98cf648ed4746d1a9ccab93 (patch)
tree3d47cf86697cf349326b3954595e501c5e756829 /Makefile
parenta99269eef0bb29b86610eba1b3497077bbe04849 (diff)
downloadpandoc-64eb59a7a07975cde98cf648ed4746d1a9ccab93.tar.gz
Makefile: remove man/pandoc.1 dependency for debpkg.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a880da12d..759bc7dca 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ check: checkdocs check-cabal
checkdocs:
! grep -q -n -e "\t" MANUAL.txt changelog.md
-debpkg: man/pandoc.1
+debpkg:
docker run -v `pwd`:/mnt \
-v `pwd`/linux/artifacts:/artifacts \
--user $(id -u):$(id -g) \