]> Lady’s Gitweb - Gitweb/blobdiff - INSTALL
gitweb: Syntax highlighting support
[Gitweb] / INSTALL
diff --git a/INSTALL b/INSTALL
index 10da318b0cb8160893ab168db548fca65bf99c1bad6d8ef9c76392115e2ea804..9434adaed3451a6972a21cf3aba4ec2488850346937f880619c222f6c90ccbbf 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -6,10 +6,8 @@ First you have to generate gitweb.cgi from gitweb.perl using
 gitweb.css, git-logo.png and git-favicon.png) to their destination.
 For example if git was (or is) installed with /usr prefix, you can do
 
 gitweb.css, git-logo.png and git-favicon.png) to their destination.
 For example if git was (or is) installed with /usr prefix, you can do
 
-       $ make prefix=/usr gitweb             ;# as yourself
-       # cp gitweb/*.cgi gitweb/*.css \
-            gitweb/*.js  gitweb/*.png \
-            /var/www/cgi-bin/                ;# as root
+       $ make prefix=/usr gitweb                            ;# as yourself
+       # make gitwebdir=/var/www/cgi-bin install-gitweb     ;# as root
 
 Alternatively you can use autoconf generated ./configure script to
 set up path to git binaries (via config.mak.autogen), so you can write
 
 Alternatively you can use autoconf generated ./configure script to
 set up path to git binaries (via config.mak.autogen), so you can write
@@ -18,9 +16,8 @@ instead
        $ make configure                     ;# as yourself
        $ ./configure --prefix=/usr          ;# as yourself
        $ make gitweb                        ;# as yourself
        $ make configure                     ;# as yourself
        $ ./configure --prefix=/usr          ;# as yourself
        $ make gitweb                        ;# as yourself
-       # cp gitweb/*.cgi gitweb/*.css \
-            gitweb/*.js  gitweb/*.png \
-            /var/www/cgi-bin/               ;# as root
+       # make gitwebdir=/var/www/cgi-bin \
+              install-gitweb                ;# as root
 
 The above example assumes that your web server is configured to run
 [executable] files in /var/www/cgi-bin/ as server scripts (as CGI
 
 The above example assumes that your web server is configured to run
 [executable] files in /var/www/cgi-bin/ as server scripts (as CGI
This page took 0.207757 seconds and 4 git commands to generate.