feec90de86
Tinyproxy is a small, efficient HTTP/SSL proxy daemon. https://tinyproxy.github.io Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com> Reviewed-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
28 lines
599 B
Diff
28 lines
599 B
Diff
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
|
|
|