about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2010-09-06 09:31:23 -0400
committerLars Hjemli <hjemli@gmail.com>2010-09-19 19:11:45 +0200
commit0c3130de9677ddb0a3e257dba8de4e066ac0db6b (patch)
tree9c4c75a573587ae3d8b243c7fc902047b224cf32 /.gitignore
parentGeneralize doc generation (diff)
downloadcgit-pink-0c3130de9677ddb0a3e257dba8de4e066ac0db6b.tar.gz
cgit-pink-0c3130de9677ddb0a3e257dba8de4e066ac0db6b.zip
Add Makefile targets to install/uninstall docs
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
020-12-29 22:39:16 -0500'>2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 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