From f8a1c21a71debc3068606912dae680394784369c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 1 Jun 2017 14:57:01 +0200 Subject: GNUmakefile: generate museragent --- GNUmakefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index f598f4f..a4ea9bb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,9 +18,9 @@ BINDIR=$(PREFIX)/bin MANDIR=$(PREFIX)/share/man ALL = maddr magrep mdate mdeliver mdirs mexport mflag mgenmid mhdr minc mlist mmime mpick mscan msed mseq mshow msort mthread -SCRIPT = mcolor mcom mless mquote +SCRIPT = mcolor mcom mless mquote museragent -all: $(ALL) +all: $(ALL) museragent $(ALL) : % : %.o maddr magrep mdeliver mexport mflag mgenmid mhdr mpick mscan msed mshow \ @@ -34,11 +34,17 @@ mscan : pipeto.o msort : mystrverscmp.o mmime : slurp.o +museragent: FRC + @printf '#!/bin/sh\nprintf "User-Agent: mblaze/%s (%s)\\n"\n' \ + "$$(git describe --always @ 2>/dev/null || cat VERSION)" \ + "$$(date +%Y-%m-%d)" >$@ + @chmod +x $@ + README: man/mblaze.7 mandoc -Tutf8 $< | col -bx >$@ clean: FRC - -rm -f $(ALL) *.o + -rm -f $(ALL) *.o museragent check: FRC all PATH=$$(pwd):$$PATH prove -v -- cgit 1.4.1