]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
bundle-uri: create "key=value" line parsing
[thirdparty/git.git] / Makefile
index 2ec9b2dc6bbc18c9b325a2e0207a261e8b0de83c..7320bee9c9e047f32ea0281233514ae54b471607 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -906,6 +906,7 @@ LIB_OBJS += blob.o
 LIB_OBJS += bloom.o
 LIB_OBJS += branch.o
 LIB_OBJS += bulk-checkin.o
+LIB_OBJS += bundle-uri.o
 LIB_OBJS += bundle.o
 LIB_OBJS += cache-tree.o
 LIB_OBJS += cbtree.o
@@ -3531,6 +3532,7 @@ check-docs::
                sed -e '1,/^### command list/d' \
                    -e '/^#/d' \
                    -e '/guide$$/d' \
+                   -e '/interfaces$$/d' \
                    -e 's/[     ].*//' \
                    -e 's/^/listed /' command-list.txt; \
                $(MAKE) -C Documentation print-man1 | \