summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-08-06 22:07:29 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-08-06 22:07:29 +0200
commit31a87215ea9fab88df53c127642c628135f0ef9e (patch)
tree8e0e09e1fe29669fa49888fdd13a5ec1e73148fb /Makefile
parentc0d79d2e3410be1c792af85f225b76e0bd58e159 (diff)
Remove PROJECT placeholders from manual page.
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: