diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-15 10:06:26 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-15 10:06:26 -0800 |
commit | 87470bdcefcd79c3a626f719b7a5364ccc535a9c (patch) | |
tree | 113e88cf079360ce0163bb2d5321ce1723849861 /Makefile | |
parent | fc56d9d2278352036937d5385aa22cf390d12e26 (diff) | |
download | pandoc-87470bdcefcd79c3a626f719b7a5364ccc535a9c.tar.gz |
Removed 'changes' Makefile target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -26,9 +26,6 @@ bench: changes_github: pandoc --filter extract-changes.hs changelog -t markdown_github | pbcopy -changes: - pandoc --filter extract-changes.hs changelog -t markdown | pbcopy - install: full cabal copy cabal register @@ -64,4 +61,4 @@ download_stats: clean: cabal clean -.PHONY: deps quick full install clean test bench changes changes_github osxpkg dist prof download_stats +.PHONY: deps quick full install clean test bench changes_github osxpkg dist prof download_stats |