aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-09 22:33:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-09 22:33:15 -0700
commita25c565f81ba9687de215ec9a8437f75ebee85d1 (patch)
treed6e77ed0eda53c5c18302e970630dedda20c74c0 /Makefile
parentfa18e3d7e1ba3c1d7ba3ec101a06b1c03aa40822 (diff)
downloadpandoc-a25c565f81ba9687de215ec9a8437f75ebee85d1.tar.gz
Added comment in .travis.yml to explain last change.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a52e3bd0..7c16418f8 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ dist: man/pandoc.1
cd pandoc-${version}
cabal configure ${CABALARGS} && cabal build && cabal test && cd .. && rm -rf "pandoc-${version}"
-.travis.yml: pandoc.cabal
+.travis.yml: pandoc.cabal make_travis_yml.hs
runghc make_travis_yml.hs $< > $@
debpkg: man/pandoc.1