From fb8a33c0130e6381ce69402607e5c240f97b471b Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 27 Aug 2020 17:43:55 -0400 Subject: Remove rc scripts --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 95ea53c..12f411c 100755 --- a/configure +++ b/configure @@ -36,7 +36,6 @@ case "$(uname)" in config libtls defstr OPENSSL_BIN /usr/bin/openssl defstr CERTBOT_PATH /usr/local/etc/letsencrypt - echo 'INSTALLS = install-rcs install-dirs' ;; (Linux) cflags -D_GNU_SOURCE -- cgit 1.4.1 type='hidden' name='id' value='7c70322c7c8e88af93375b89146b0cd6cb8cc7f0'/> dontfiles
summary refs log tree commit diff
path: root/etc/CodeQWERTY.bundle/Contents/Resources/CodeQWERTY.keylayout (unfollow)
Commit message (Collapse)Author
2020-12-29Clean up C lexerJune McEnroe
This ordering of rules feels much cleaner.
2020-12-29Clean up hilex code somewhatJune McEnroe
2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe
2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe
2020-12-29Match C type declarations as IdentifierTagJune McEnroe
2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe
2020-12-29Reconfigure C macro start conditionsJune McEnroe
2020-12-29Document HTML class namesJune McEnroe
2020-12-29Rename Tag class to IdentifierTagJune McEnroe
2020-12-29Change HTML class from hi to hilexJune McEnroe
You can tell I was just copying the HTML code huh.
2020-12-29Add hilex HTML outputJune McEnroe