X-Git-Url: https://git.armaanb.net/?p=libacheam.git;a=blobdiff_plain;f=Makefile;h=fc46d4bc755f6418c5956c8f136cadd303abc00b;hp=613c1077ef7441b0ae7022dc8434fe63339abdb7;hb=319a897014101bcf7c9c0d17164cc676565d1193;hpb=26942b0ff7e96c74e106907dea20ec3ccce2400a 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