summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3f32bbd..d391263 100644
--- a/Makefile
+++ b/Makefile
@@ -48,9 +48,7 @@ install: $(TARGET) doc/$(MAN1)
install -m 755 $(TARGET) $(DESTDIR)$(BINDIR)/$(TARGET)
@echo "install -m 644 src/$(MAN1) $(DESTDIR)$(MANDIR1)/$(MAN1)"
@sed -e "s/VERSION/$(VERSION)/g" \
- -e "s/DATE/`date +'%m %Y'`/g" \
- -e "s/PROJECT_UCFIRST/$(PROJECT_UCFIRST)/g" \
- -e "s/PROJECT/$(PROJECT)/g" < doc/$(MAN1) > $(DESTDIR)$(MANDIR1)/$(MAN1)
+ -e "s/DATE/`date +'%m %Y'`/g" < doc/$(MAN1) > $(DESTDIR)$(MANDIR1)/$(MAN1)
@chmod 644 $(DESTDIR)$(MANDIR1)/$(MAN1)
uninstall: