branch: master commit 9e1ddf5acf5e65129fa1e9341b6628991a77324b Author: Mitchel Humpherys <mitch.spec...@gmail.com> Commit: Mitchel Humpherys <mitch.spec...@gmail.com>
Rely on make-readme-markdown for license badge --- Makefile | 2 +- README.md | 2 +- diffview.el | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d2403cf..8031cc2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ README.md: make-readme-markdown.el diffview.el - emacs --script $< < diffview.el >$@ 2>/dev/null + emacs --script $< < diffview.el >$@ make-readme-markdown.el: wget -q -O $@ https://raw.github.com/mgalgs/make-readme-markdown/master/make-readme-markdown.el diff --git a/README.md b/README.md index d3297ef..93a56e4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *View diffs in side-by-side format* --- -[](http://www.gnu.org/licenses/gpl-3.0.html) +[](http://www.gnu.org/licenses/gpl-3.0.html) Render a unified diff (top/bottom) in an easy-to-comprehend side-by-side format. This comes in handy for reading patches from mailing lists (or diff --git a/diffview.el b/diffview.el index 075efad..983f9a4 100644 --- a/diffview.el +++ b/diffview.el @@ -21,7 +21,6 @@ ;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; Commentary: -;; [](http://www.gnu.org/licenses/gpl-3.0.html) ;; ;; Render a unified diff (top/bottom) in an easy-to-comprehend side-by-side ;; format. This comes in handy for reading patches from mailing lists (or