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
This commit is contained in:
parent
9b53647c8d
commit
ab0575cbef
@ -2,7 +2,6 @@ SUBDIRS = \
|
|||||||
src \
|
src \
|
||||||
data \
|
data \
|
||||||
etc \
|
etc \
|
||||||
docs \
|
|
||||||
m4macros \
|
m4macros \
|
||||||
tests \
|
tests \
|
||||||
scripts
|
scripts
|
||||||
|
@ -177,10 +177,6 @@ AC_SUBST(ADDITIONAL_OBJECTS)
|
|||||||
AC_PATH_PROG(XSLTPROC, xsltproc, no)
|
AC_PATH_PROG(XSLTPROC, xsltproc, no)
|
||||||
AM_CONDITIONAL(HAVE_XSLTPROC, test "x$XSLTPROC" != "xno")
|
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
|
# checking xmllint
|
||||||
AC_PATH_PROG(XMLLINT, xmllint, no)
|
AC_PATH_PROG(XMLLINT, xmllint, no)
|
||||||
if test "x$XMLLINT" != "xno"; then
|
if test "x$XMLLINT" != "xno"; then
|
||||||
@ -202,11 +198,6 @@ src/Makefile
|
|||||||
data/Makefile
|
data/Makefile
|
||||||
data/templates/Makefile
|
data/templates/Makefile
|
||||||
etc/Makefile
|
etc/Makefile
|
||||||
docs/Makefile
|
|
||||||
docs/man5/Makefile
|
|
||||||
docs/man5/tinyproxy.conf.txt
|
|
||||||
docs/man8/Makefile
|
|
||||||
docs/man8/tinyproxy.txt
|
|
||||||
m4macros/Makefile
|
m4macros/Makefile
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/scripts/Makefile
|
tests/scripts/Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user