diff options
author | Lars Hjemli | 2006-12-21 00:53:03 +0100 |
---|---|---|
committer | Lars Hjemli | 2006-12-21 00:53:34 +0100 |
commit | 8e495b075d0c84bb9a6e6ddee28930e3adaf8d7d (patch) | |
tree | 07795ff5350e3434d48145362deea1d3ad961abc /Makefile | |
parent | 40dea5254a64408c8707d31374fbea170c62e42f (diff) | |
download | cgit-8e495b075d0c84bb9a6e6ddee28930e3adaf8d7d.tar.gz cgit-8e495b075d0c84bb9a6e6ddee28930e3adaf8d7d.tar.bz2 cgit-8e495b075d0c84bb9a6e6ddee28930e3adaf8d7d.zip |
cgit 0.1
With a working diff, it really has all the basics.
Next steps will be to make it more usable and less ugly :)
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | CGIT_VERSION = 0.1-pre | 1 | CGIT_VERSION = 0.1 |
2 | 2 | ||
3 | INSTALL_BIN = /var/www/htdocs/cgit.cgi | 3 | INSTALL_BIN = /var/www/htdocs/cgit.cgi |
4 | INSTALL_CSS = /var/www/htdocs/cgit.css | 4 | INSTALL_CSS = /var/www/htdocs/cgit.css |