kumquat-buildroot/package/tinyproxy/0001-Makefile.am-remove-docs-subdir.patch

28 lines
599 B
Diff
Raw Normal View History

From 7ce6ee22057489d280e0ea5f6439edbbf0ad7ee2 Mon Sep 17 00:00:00 2001
From: Alexander Mukhin <alexander.i.mukhin@gmail.com>
Date: Sat, 14 Mar 2020 12:45:29 +0300
Subject: [PATCH] Makefile.am: remove docs subdir
This avoids building the documentation, which requires asciidoc.
Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>
---
Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index e9113c2..2fe3d54 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,6 @@ SUBDIRS = \
src \
data \
etc \
- docs \
m4macros \
tests
--
2.20.1