components/openscap/Makefile
branchs11-update
changeset 2979 d88e24621488
parent 2971 5d740e74b68b
child 3373 9de01e7a073b
equal deleted inserted replaced
2978:59a50dbb2a15 2979:d88e24621488
    67 CONFIGURE_OPTIONS +=	am_cv_python_pythondir=$(PYTHON_VENDOR_PACKAGES)
    67 CONFIGURE_OPTIONS +=	am_cv_python_pythondir=$(PYTHON_VENDOR_PACKAGES)
    68 CONFIGURE_OPTIONS +=	am_cv_python_pyexecdir=$(PYTHON_VENDOR_PACKAGES)
    68 CONFIGURE_OPTIONS +=	am_cv_python_pyexecdir=$(PYTHON_VENDOR_PACKAGES)
    69 CONFIGURE_OPTIONS +=	LIBS="-lsocket -lnsl -lldap_r -lscf -ldlpi -lsec"
    69 CONFIGURE_OPTIONS +=	LIBS="-lsocket -lnsl -lldap_r -lscf -ldlpi -lsec"
    70 CONFIGURE_OPTIONS +=	--with-report-branding="/usr/share/lib/xml/style/os-logo.xsl"
    70 CONFIGURE_OPTIONS +=	--with-report-branding="/usr/share/lib/xml/style/os-logo.xsl"
    71 
    71 
       
    72 DOCS_DIR = $(PROTO_DIR)/usr/share/docs/openscap/html/
       
    73 
    72 # common targets
    74 # common targets
    73 build:		$(BUILD_32)
    75 build:		$(BUILD_32)
    74 
    76 
    75 install:	$(INSTALL_32)
    77 install:	$(INSTALL_32)
       
    78 		$(MKDIR) $(DOCS_DIR)
       
    79 		$(CP) $(SOURCE_DIR)/docs/html/* $(DOCS_DIR)
    76 
    80 
    77 test:		$(TEST_32)
    81 test:		$(TEST_32)
    78 
    82 
    79 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    83 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    80 
    84