76368a5c0a
Building docs requires xmllint and other bulky things being present on the host. Skip that. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
13 lines
433 B
Diff
13 lines
433 B
Diff
Index: refpolicy-2.20200229/Makefile
|
|
===================================================================
|
|
--- refpolicy-2.20200229.orig/Makefile
|
|
+++ refpolicy-2.20200229/Makefile
|
|
@@ -648,6 +648,6 @@ ifneq ($(generated_fc),)
|
|
endif
|
|
endif
|
|
|
|
-.PHONY: install-src install-appconfig install-headers generate xml conf html bare tags
|
|
+.PHONY: install-src install-appconfig install-headers generate conf bare tags
|
|
.SUFFIXES:
|
|
.SUFFIXES: .c
|