summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile9
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
2019-05-27Add Frontiers='ctx'> scheme.png: scheme ./scheme -gt > scheme.png
;follow=1'>Add DawnJune McEnroe 2019-05-20Declare vasprintf(3) for GNUJune McEnroe 2019-05-20Fix comparison warning in ttpreJune McEnroe 2019-05-20Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroespan='3' class='logmsg'> 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe