diff options
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | sendmailadvanced.1.in (renamed from sendmailadvanced.8.in) | 0 |
2 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ MANDIR = /usr/share/man VERSION = 1.0.8 -all: sendmailadvanced sendmailadvanced.8 +all: sendmailadvanced sendmailadvanced.1 %: %.in sed "s/#VERSION#/$(VERSION)/; s@#BINDIR#@$(BINDIR)@; s@#ETCDIR#@$(ETCDIR)@" $< > $@ @@ -35,11 +35,11 @@ all: sendmailadvanced sendmailadvanced.8 install: all install -D -m0755 sendmailadvanced $(DESTDIR)$(BINDIR)/sendmailadvanced - install -D -m0644 sendmailadvanced.8 $(DESTDIR)$(MANDIR)/man8/sendmailadvanced.8 + install -D -m0644 sendmailadvanced.1 $(DESTDIR)$(MANDIR)/man1/sendmailadvanced.1 install -D -m0644 sendmailadvanced.conf $(DESTDIR)$(ETCDIR)/sendmailadvanced.conf clean: - rm -f sendmailadvanced{,.8} + rm -f sendmailadvanced{,.1} dist: clean git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true diff --git a/sendmailadvanced.8.in b/sendmailadvanced.1.in index 9dd1312..9dd1312 100644 --- a/sendmailadvanced.8.in +++ b/sendmailadvanced.1.in |