Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix interactive rebase to preserve author email address
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 617e5f5a4bffcfbc84dbf804958978bd7fcf5c3b..d6d3d65b1b9350b2c42344e9905a1d528b8a424c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-880,6
+880,7
@@
git-instaweb: git-instaweb.sh gitweb/gitweb.cgi gitweb/gitweb.css
-e '/@@GITWEB_CGI@@/d' \
-e '/@@GITWEB_CSS@@/r gitweb/gitweb.css' \
-e '/@@GITWEB_CSS@@/d' \
+ -e 's|@@PERL@@|$(PERL_PATH_SQ)|g' \
$@.sh > $@+ && \
chmod +x $@+ && \
mv $@+ $@