X-Git-Url: https://git.armaanb.net/?p=libacheam.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=fc46d4bc755f6418c5956c8f136cadd303abc00b;hp=613c1077ef7441b0ae7022dc8434fe63339abdb7;hb=d17f0ac6024dc5dd6ce5b96bedda4dcf6260716d;hpb=d27e05ed9d573fe19f8681b012f80f13d99c7372 diff --git a/Makefile b/Makefile index 613c107..fc46d4b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,9 @@ lib: man: for i in man/*.scd; do \ - scdoc < $$i > $$(echo "$$i" | rev | cut -f 2- -d '.' | rev); \ + outp=$$(echo "$$i" | rev | cut -f 2- -d '.' | rev); \ + scdoc < $$i > $$outp; \ + echo ".SH COLOPHON\n This page is a part of libacheam(3).\&" >> $$outp; \ done install: all