X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/447025f62ccbbb6e038d42009368e28f3e162460..66414b68cf30f9ae7613c68833e7cbc8e93adae2:/Makefile diff --git a/Makefile b/Makefile index a3e9b05..72a1cff 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ CGIT_VERSION = 0.1 -INSTALL_BIN = /var/www/htdocs/cgit.cgi -INSTALL_CSS = /var/www/htdocs/cgit.css +INSTALL_DIR = /var/www/htdocs/cgit CACHE_ROOT = /var/cache/cgit EXTLIBS = ../git/libgit.a ../git/xdiff/lib.a -lz -lcrypto @@ -17,8 +16,8 @@ endif all: cgit install: all clean-cache - install cgit $(INSTALL_BIN) - install cgit.css $(INSTALL_CSS) + install cgit $(INSTALL_DIR)/cgit.cgi + install cgit.css $(INSTALL_DIR)/cgit.css cgit: cgit.c cgit.h git.h $(OBJECTS) $(CC) $(CFLAGS) -DCGIT_VERSION='"$(CGIT_VERSION)"' cgit.c -o cgit \