make debpkg: get rid of docker.log.

Let things come out on the CI output.
This commit is contained in:
John MacFarlane 2022-08-15 22:47:14 -07:00
parent ce3cd28a6a
commit e7fa9c4c23

View file

@ -91,7 +91,7 @@ debpkg: ## create linux package
--rm \
$(DOCKERIMAGE) \
bash \
/mnt/linux/make_artifacts.sh 2>&1 > docker.log
/mnt/linux/make_artifacts.sh
man/pandoc.1: MANUAL.txt man/pandoc.1.before man/pandoc.1.after
pandoc $< -f markdown -t man -s \