]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Makefile
Improve use of lockfile API
[git.git] / Makefile
index 617e5f5a4bffcfbc84dbf804958978bd7fcf5c3b..82e9cd626702fe1a1ac983ebbf13969b65017ff1 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 $@+ $@
@@ -1172,6 +1173,7 @@ check-docs::
                documented,gitattributes | \
                documented,gitignore | \
                documented,gitmodules | \
+               documented,gitcli | \
                documented,git-tools | \
                sentinel,not,matching,is,ok ) continue ;; \
                esac; \
@@ -1185,3 +1187,4 @@ check-docs::
 #
 check-builtins::
        ./check-builtins.sh
+