From 4bae8980f4893cdc28d256d25b08e0f08418b598 Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Fri, 5 Nov 2021 17:29:46 +0530
Subject: Makefile: Copy images without recursion.

* Makefile.am (doc/ccwl.html): Copy images without recursion.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 8b55fd7..a5d0221 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -165,7 +165,7 @@ doc/ccwl.html: doc/ccwl.skb doc/skribilo.go $(DOC_IMAGES) $(DOC_SCM) $(DOC_OUT)
 	rm -rf $@
 	$(MKDIR_P) $@
 	$(SKRIBILO_GEN)$(builddir)/pre-inst-env $(SKRIBILO) $(SKRIBILO_FLAGS) -t html $< -o $@/index.html
-	cp -vr $(DOC_IMAGES) $@
+	cp -v $(DOC_IMAGES) $@
 
 # The install target depends on the install-data target, which in turn
 # depends on the install-data-local target. Use the install-data-local
-- 
cgit 1.4.1