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

Make Makefile not install INSTALL.md

parent 10c7871c
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ install: all
install -d $(DESTDIR)$(PREFIX)/share/man/man1
install -m 0644 $(manpages) $(DESTDIR)$(PREFIX)/share/man/man1
install -d $(DESTDIR)$(PREFIX)/share/doc/vcsh
install -m 0644 INSTALL.md README.md $(DESTDIR)$(PREFIX)/share/doc/vcsh
install -m 0644 README.md $(DESTDIR)$(PREFIX)/share/doc/vcsh
install -d $(DESTDIR)$(PREFIX)/share/zsh/vendor-completions
install -m 0644 _vcsh $(DESTDIR)$(PREFIX)/share/zsh/vendor-completions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment