0001-Disable-documentation.patch 843 B

1234567891011121314151617181920212223242526272829
  1. From b9113f8dc939dab775dbc64bae03b927f0679467 Mon Sep 17 00:00:00 2001
  2. From: Eric Le Bihan <eric.le.bihan.dev@free.fr>
  3. Date: Sun, 2 Apr 2017 19:26:04 +0200
  4. Subject: [PATCH] Disable documentation
  5. As there is no option to disable documentation, update Makefile.in to
  6. skip it.
  7. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
  8. ---
  9. Makefile.in | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. diff --git a/Makefile.in b/Makefile.in
  12. index e49a871..74a7541 100644
  13. --- a/Makefile.in
  14. +++ b/Makefile.in
  15. @@ -383,7 +383,7 @@ done
  16. install_doc: install_doc_html install_doc_man
  17. -install: install_bin install_include install_lib install_doc
  18. +install: install_bin install_include install_lib
  19. tests_unit: $(TESTS_UNIT:$(srcroot)%.c=$(objroot)%$(EXE))
  20. tests_integration: $(TESTS_INTEGRATION:$(srcroot)%.c=$(objroot)%$(EXE))
  21. --
  22. 2.9.3