diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/bin/Makefile b/bin/Makefile index d3aeadd2..749acaf7 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -69,7 +69,7 @@ curl: meta ${BINS_CURL} tls: meta ${BINS_TLS} -meta: tags .gitignore README +meta: tags .gitignore # Binaries @@ -122,16 +122,13 @@ ${HTMLS}: html.sh hi ttpre .y.html: sh html.sh $< man1/${<:.y=.1} > $@ -index.html: Makefile bin.7 - sh html.sh Makefile bin.7 \ +index.html: Makefile README.7 + sh html.sh Makefile README.7 \ | sed -E 's,([a-z0-9-]+)[(][1-9][)],<a href="\1.html">&</a>,' \ > index.html # Meta -README: bin.7 - mandoc bin.7 | col -bx > README - scheme.png: scheme ./scheme -gt > scheme.png |