components/openscap/Makefile
changeset 1744 180ac678ea41
parent 1698 72e1a26a96a1
child 1948 2d1537e7942d
--- a/components/openscap/Makefile	Wed Mar 05 09:08:04 2014 -0800
+++ b/components/openscap/Makefile	Wed Mar 05 10:00:52 2014 -0800
@@ -69,10 +69,14 @@
 CONFIGURE_OPTIONS +=	LIBS="-lldap_r -lscf -ldlpi -lsec"
 CONFIGURE_OPTIONS +=	--with-report-branding="/usr/share/lib/xml/style/os-logo.xsl"
 
+DOCS_DIR = $(PROTO_DIR)/usr/share/docs/openscap/html/
+
 # common targets
 build:		$(BUILD_32)
 
 install:	$(INSTALL_32)
+		$(MKDIR) $(DOCS_DIR)
+		$(CP) $(SOURCE_DIR)/docs/html/* $(DOCS_DIR)
 
 test:		$(TEST_32)