summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Timm <mail@rtti.de>2016-09-18 23:48:16 +0200
committerDaniel Carl <danielcarl@gmx.de>2016-09-27 21:00:21 +0200
commit005a5875c3189ab6e82eabda7bce011251412373 (patch)
tree843938e0314b9b5510053b2e52151c2ac42df19d /Makefile
parent79366c7c4710bfdb4697eb5b0a82a7472bc76482 (diff)
Disables Makefile man page processing, man page missing for now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 57731e0..3ca776f 100644
--- a/Makefile
+++ b/Makefile
@@ -25,9 +25,9 @@ install: vimb
install -d $(EXTPREFIX)
install -m 644 $(SRCDIR)/webextension/$(EXTTARGET) $(EXTPREFIX)/$(EXTTARGET)
install -d $(DESTDIR)$(MANDIR)/man1
- @sed -e "s!VERSION!$(VERSION)!g" \
- -e "s!PREFIX!$(PREFIX)!g" \
- -e "s!DATE!`date +'%m %Y'`!g" $(DOCDIR)/vimb.1 > $(DESTDIR)$(MANDIR)/man1/vimb.1
+ # @sed -e "s!VERSION!$(VERSION)!g" \
+ # -e "s!PREFIX!$(PREFIX)!g" \
+ # -e "s!DATE!`date +'%m %Y'`!g" $(DOCDIR)/vimb.1 > $(DESTDIR)$(MANDIR)/man1/vimb.1
uninstall:
$(RM) $(BINPREFIX)/vimb $(DESTDIR)$(MANDIR)/man1/vimb.1 $(EXTPREFIX)/$(EXTTARGET)