about summary refs log tree commit diff
path: root/cgit.c
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2009-01-11 18:23:52 -0500
committerLars Hjemli <hjemli@gmail.com>2009-01-12 08:22:24 +0100
commit4ac89ec8b4fe347ed6d2655a30b55f894021c173 (patch)
treefb28aba37620766acafa056e580dc06a068eed03 /cgit.c
parentFix tar.bz2 snapshot example (diff)
downloadcgit-pink-4ac89ec8b4fe347ed6d2655a30b55f894021c173.tar.gz
cgit-pink-4ac89ec8b4fe347ed6d2655a30b55f894021c173.zip
Makefile: add INSTALL var to set install command
This also explicitly sets the modes for installed files (755 for the
.cgi, 644 for the .css and .png).

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
5e86d518a8bf2229b3e463b10f&follow=1'>Add head-include configuration option.Mark Lodato 2009-03-15CGIT 0.8.2.1Lars Hjemli 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli 2009-03-15fix segfault when displaying empty blobsEric Wong 2009-02-19Add support for HEAD requestsLars Hjemli 2009-02-19Add support for ETag in 'plain' viewLars Hjemli 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli 2009-02-12Makefile: add doc-related targetsLars Hjemli