aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorickc <ickc@users.noreply.github.com>2016-11-16 02:58:11 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-11-16 11:58:11 +0100
commit74ebeeedf0cefb59f5611a30c2d43edf8ff29fb2 (patch)
tree0a857d7e93b5a4cb1c62bfd67e13297d37825675 /Makefile
parente8ce21d614b0a65a1cc1a9d3e41e6e38220875d8 (diff)
downloadpandoc-74ebeeedf0cefb59f5611a30c2d43edf8ff29fb2.tar.gz
remove make_travis_yml.hs (#3235)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 19d0a50af..6a3f5414a 100644
--- a/Makefile
+++ b/Makefile
@@ -40,9 +40,6 @@ dist: man/pandoc.1
cd pandoc-${version}
stack setup && stack test && cd .. && rm -rf "pandoc-${version}"
-.travis.yml: pandoc.cabal make_travis_yml.hs
- runghc make_travis_yml.hs $< > $@
-
debpkg: man/pandoc.1
make -C deb