From ab0575cbef3276d9febd9e94db886950da82ea25 Mon Sep 17 00:00:00 2001 From: Benjamin Gaignard Date: Thu, 20 Apr 2017 14:25:18 +0200 Subject: [PATCH] Disable documentation. We have downstream patches for tinyproxy both in Git and in the recipe, let's simplify by having all of them in Git. Patch ported over from: http://cgit.openembedded.org/meta-openembedded/ [SPEC-1885] Reorganization and cleanup of Yocto recipes and layers https://jira.automotivelinux.org/browse/SPEC-1885 --- Makefile.am | 1 - configure.ac | 9 --------- 2 files changed, 10 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4a3ead6..a12cb98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,6 @@ SUBDIRS = \ src \ data \ etc \ - docs \ m4macros \ tests \ scripts diff --git a/configure.ac b/configure.ac index 6ddbcc0..f993711 100644 --- a/configure.ac +++ b/configure.ac @@ -177,10 +177,6 @@ AC_SUBST(ADDITIONAL_OBJECTS) AC_PATH_PROG(XSLTPROC, xsltproc, no) AM_CONDITIONAL(HAVE_XSLTPROC, test "x$XSLTPROC" != "xno") -# Check for asciidoc -AC_PATH_PROG(A2X, a2x, no) -AM_CONDITIONAL(HAVE_A2X, test "x$A2X" != "xno") - # checking xmllint AC_PATH_PROG(XMLLINT, xmllint, no) if test "x$XMLLINT" != "xno"; then @@ -202,11 +198,6 @@ src/Makefile data/Makefile data/templates/Makefile etc/Makefile -docs/Makefile -docs/man5/Makefile -docs/man5/tinyproxy.conf.txt -docs/man8/Makefile -docs/man8/tinyproxy.txt m4macros/Makefile tests/Makefile tests/scripts/Makefile