From 6efa822790eb6857820787594530fe8a05093d6a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 22 Nov 2018 19:16:54 +0100 Subject: doc/dome-key.1.txt: Add full license text --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df21648..746e801 100644 --- a/Makefile +++ b/Makefile @@ -99,9 +99,12 @@ doc-clean: doc/dome-key.1.intermediate.txt doc/dome-key.1: doc/dome-key.1.intermediate.txt a2x --no-xmllint --format manpage $< -doc/dome-key.1.intermediate.txt: doc/dome-key.1.txt $(LAUNCHD_PLIST) +doc/dome-key.1.intermediate.txt: doc/dome-key.1.txt $(LAUNCHD_PLIST) LICENSE sed 's/^/ /' $(LAUNCHD_PLIST) | \ - perl -0777 -pe '$$plist = ; s/\$$\{PLIST}\n/$${plist}/' $< > $@ + perl -0777 -pe '$$plist = ; s/\$$\{PLIST}\n/$${plist}/' $< > "$@.0" + perl -0777 -pe '$$license = ; s/\$$\{LICENSE}\n/$${license}/' \ + < LICENSE "$@.0" > $@ + rm "$@.0" doc/dome-key-mappings.7: doc/dome-key-mappings.7.txt a2x --no-xmllint --format manpage $< -- cgit v1.2.3