From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?=
 <picca@synchrotron-soleil.fr>
Date: Sun, 10 Nov 2019 10:12:19 +0100
Subject: doc not install doc with make install

this way we can install the doc only during the non-arch part
---
 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 68632fc..c964e3b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = man
 
-install-data-local:
+install-html-local:
 	mkdir -p $(DESTDIR)/$(docdir)
 	cp -r $(srcdir)/html $(DESTDIR)/$(docdir)/
 
