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

Makefile: Don't remove vcsh.1 any more

parent db690612
No related branches found
Tags v1.20150502
No related merge requests found
...@@ -21,13 +21,7 @@ install: all ...@@ -21,13 +21,7 @@ install: all
install -d $(DESTDIR)$(ZSHDIR) install -d $(DESTDIR)$(ZSHDIR)
install -m 0644 _$(self) $(DESTDIR)$(ZSHDIR) install -m 0644 _$(self) $(DESTDIR)$(ZSHDIR)
manpages: $(manpages)
$(self).1: doc/$(self).1.ronn
$(RONN) < doc/$(self).1.ronn > $(self).1 || rm $(self).1
clean: clean:
rm -rf $(self).1
uninstall: uninstall:
rm -rf $(DESTDIR)$(PREFIX)/bin/$(self) rm -rf $(DESTDIR)$(PREFIX)/bin/$(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment