components/openscap/Makefile
branchs11-update
changeset 2979 d88e24621488
parent 2971 5d740e74b68b
child 3373 9de01e7a073b
--- a/components/openscap/Makefile	Fri Mar 07 06:45:03 2014 -0800
+++ b/components/openscap/Makefile	Fri Mar 07 09:33:59 2014 -0800
@@ -69,10 +69,14 @@
 CONFIGURE_OPTIONS +=	LIBS="-lsocket -lnsl -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)