X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=b003e3e60a1aecae27497d941d211849bedec02b;hb=e4bffb5a1d9ab3c9c0ef0541a395d47516480d97;hp=1937507593ad12b56c25f6f8e6479682f16758c7;hpb=196821f440d46029f0399a7d97c0cfc78a870244;p=git.git diff --git a/Makefile b/Makefile index 193750759..b003e3e60 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all:: # Define NO_OPENSSL environment variable if you do not have OpenSSL. # This also implies MOZILLA_SHA1. # -# Define NO_CURL if you do not have curl installed. git-http-pull and +# Define NO_CURL if you do not have libcurl installed. git-http-pull and # git-http-push are not built, and you cannot use http:// and https:// # transports. # @@ -1412,6 +1412,14 @@ check-docs:: documented,gitmodules | \ documented,gitcli | \ documented,git-tools | \ + documented,gitcore-tutorial | \ + documented,gitcvs-migration | \ + documented,gitdiffcore | \ + documented,gitglossary | \ + documented,githooks | \ + documented,gitrepository-layout | \ + documented,gittutorial | \ + documented,gittutorial-2 | \ sentinel,not,matching,is,ok ) continue ;; \ esac; \ case " $(ALL_PROGRAMS) $(BUILT_INS) git gitk " in \