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