diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2005-03-25 02:09:27 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2005-03-25 02:09:27 +0000 |
commit | 03462d65dcb2be5f8ccda2eb80353dce5e2d0d98 (patch) | |
tree | 3ea2acadf10f45f086978ba080794fe92985ce90 /components.mk | |
parent | b6bff935c117b5042cd2a9809218607c01bea965 (diff) | |
download | ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.tar.gz ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.tar.xz ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.zip |
[Bug 146919] Directory Server rebranding
1) Brandx -> Fedora
2) Pick up new internal component set (Admin SDK, Setup SDK, Admin Server)
3) Use JRE from the Admin Server package
4) Docs
a) Componentize Docs
b) Rebrand Docs
c) Drop packaging Administration Guide in the external version
Diffstat (limited to 'components.mk')
-rw-r--r-- | components.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/components.mk b/components.mk index a6f863d2..ad957f35 100644 --- a/components.mk +++ b/components.mk @@ -433,7 +433,19 @@ PACKAGE_SRC_DEST += $(wildcard $(DB_LIBPATH)/*.$(DLL_SUFFIX)) bin/slapd/server ### DB component (Berkeley DB) ############################ +### DOCS ################################# +# this is where the build looks for slapd docs +DSDOC_DIR = $(ABS_ROOT)/../dist/dsdoc +DSDOC_VERSDIR = $(DIR_NORM_VERSION)$(BUILD_MODE) +DSDOC_RELEASE = $(COMPONENTS_DIR_DEV)/ldapserverdoc/$(DSDOC_VERSDIR)/$(DSDOC_RELDATE) + +DSDOC_CLIENTS = slapd_clients.zip +DSDOC_COPYRIGHT = slapd_copyright.zip +DSDOC_FILES = $(DSDOC_COPYRIGHT),$(DSDOC_CLIENTS) +### DOCS END ############################# + # must define dependencies last because they depend on the definitions above ifeq ($(INTERNAL_BUILD), 1) include $(BUILD_ROOT)/internal_comp_deps.mk endif + |