You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
740 B

  1. From 31514742de07d595ac23c2b0abf0e092f8b26140 Mon Sep 17 00:00:00 2001
  2. From: Yousong Zhou <zhouyousong@yunionyun.com>
  3. Date: Tue, 21 Aug 2018 13:02:21 +0000
  4. Subject: [PATCH] build: trim build
  5. Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
  6. ---
  7. Makefile.am | 2 --
  8. 1 file changed, 2 deletions(-)
  9. --- a/Makefile.am
  10. +++ b/Makefile.am
  11. @@ -477,12 +477,10 @@ dist-docs:
  12. VERSION=$(VERSION) MAKE='$(MAKE)' $(srcdir)/build-aux/dist-docs $(srcdir) $(docs)
  13. .PHONY: dist-docs
  14. -include Documentation/automake.mk
  15. include m4/automake.mk
  16. include lib/automake.mk
  17. include ofproto/automake.mk
  18. include utilities/automake.mk
  19. -include tests/automake.mk
  20. include include/automake.mk
  21. include third-party/automake.mk
  22. include debian/automake.mk