diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-01-18 08:43:56 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-01-18 09:18:13 -0800 |
commit | 1091614f07bf2a3e688a23c55bba51998fe319d1 (patch) | |
tree | a4cd0af8670d8e3d510aea3fa4290dbc46d76de7 | |
parent | 63ae9076297de804b74c5dc945b2e853739a1c78 (diff) | |
download | pandoc-1091614f07bf2a3e688a23c55bba51998fe319d1.tar.gz |
Fixed typo in Makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ dist: man/pandoc.1 cd pandoc-${version} stack setup && stack test && cd .. && rm -rf "pandoc-${version}" -packages: checkdocs sanitycheck winpkg debpkg macospkg +packages: checkdocs winpkg debpkg macospkg checkdocs: README.md ! grep -n -e "\t" MANUAL.txt changelog |