[Fedora-directory-commits] ldapserver/ldap/cm Makefile,1.44,1.45

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Sat Nov 19 00:50:39 UTC 2005


Author: nkinder

Update of /cvs/dirsec/ldapserver/ldap/cm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9675

Modified Files:
	Makefile 
Log Message:
Need to package online help files for external builds


Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/Makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- Makefile	16 Nov 2005 03:53:06 -0000	1.44
+++ Makefile	19 Nov 2005 00:50:32 -0000	1.45
@@ -515,12 +515,11 @@
     fi
 # copy the manual files from the zip files or checked out directory
 	if [ "$(DSDOC_DIR)" -a -d "$(DSDOC_DIR)" ] ; then \
-	  cd $(RELDIR)/manual/en/slapd; \
       if [ -f $(DSDOC_DIR)/$(DSDOC_COPYRIGHT) ] ; then \
-	    $(UNZIP) $(DSDOC_DIR)/$(DSDOC_COPYRIGHT); \
-	    $(UNZIP) $(DSDOC_DIR)/$(DSDOC_CLIENTS); \
+	    $(UNZIP) $(DSDOC_DIR)/$(DSDOC_COPYRIGHT) -d $(RELDIR)/manual/en/slapd ; \
+	    $(UNZIP) $(DSDOC_DIR)/$(DSDOC_CLIENTS) -d $(RELDIR)/manual/en/slapd ; \
       else \
-        cp -r $(DSDOC_DIR) . ; \
+        cp -r $(DSDOC_DIR) $(RELDIR)/manual/en/slapd ; \
       fi ; \
 	fi
 




More information about the Fedora-directory-commits mailing list