Skip to content
Snippets Groups Projects
Commit 59e6ad11 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Merge commit 'ccf40b91'

Conflicts:
	Makefile
parents a1759f2d ccf40b91
Branches
Tags
No related merge requests found
PREFIX=/usr
DOCDIR=$(PREFIX)/share/doc/$(self)
ZSHDIR=$(PREFIX)/share/zsh/vendor-completions
RONN ?= ronn
self=vcsh
manpages=$(self).1
......@@ -22,7 +23,7 @@ install: all
manpages: $(manpages)
$(self).1: doc/$(self).1.ronn
ronn < doc/$(self).1.ronn > $(self).1
$(RONN) < doc/$(self).1.ronn > $(self).1 || rm $(self).1
clean:
rm -rf $(self).1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment