Makefile - add prerelease sanity check for tabs in docs.
This commit is contained in:
parent
767a11c92b
commit
70ea1d19ea
1 changed files with 5 additions and 2 deletions
7
Makefile
7
Makefile
|
@ -42,7 +42,10 @@ dist: man/pandoc.1
|
||||||
cd pandoc-${version}
|
cd pandoc-${version}
|
||||||
stack setup && stack test && cd .. && rm -rf "pandoc-${version}"
|
stack setup && stack test && cd .. && rm -rf "pandoc-${version}"
|
||||||
|
|
||||||
packages: winpkg debpkg macospkg
|
packages: checkdocs sanitycheck winpkg debpkg macospkg
|
||||||
|
|
||||||
|
checkdocs: README.md
|
||||||
|
! grep -n -e "\t" MANUAL.txt changelog
|
||||||
|
|
||||||
debpkg: man/pandoc.1
|
debpkg: man/pandoc.1
|
||||||
make -C linux && \
|
make -C linux && \
|
||||||
|
@ -109,4 +112,4 @@ update-website:
|
||||||
clean:
|
clean:
|
||||||
stack clean
|
stack clean
|
||||||
|
|
||||||
.PHONY: deps quick full haddock install clean test bench changes_github macospkg dist prof download_stats reformat lint weigh doc/lua-filters.md packages pandoc-templates trypandoc update-website
|
.PHONY: deps quick full haddock install clean test bench changes_github macospkg dist prof download_stats reformat lint weigh doc/lua-filters.md packages pandoc-templates trypandoc update-website debpkg macospkg winpkg checkdocs
|
||||||
|
|
Loading…
Reference in a new issue