(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / doc / SDK

Diff for /pegasus/doc/SDK/Makefile between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2004/04/20 19:22:54 version 1.1.2.2, 2004/04/23 22:20:07
Line 31 
Line 31 
 CONSUMER_INTERFACE_HEAD = IndicationConsumerInterface.dxx CONSUMER_INTERFACE_HEAD = IndicationConsumerInterface.dxx
 COMMON_INTERFACE_HEAD = CommonInterface.dxx COMMON_INTERFACE_HEAD = CommonInterface.dxx
 CMPI_INTERFACE_HEAD = CMPIInterface.dxx CMPI_INTERFACE_HEAD = CMPIInterface.dxx
   CMPI_C_INTERFACE_HEAD = CMPI_C_Interface.dxx
  
 buildDoc: buildDoc:
         @$(RMDIRHIER) $(INTERFACE_OUTPUT)         @$(RMDIRHIER) $(INTERFACE_OUTPUT)
Line 43 
Line 44 
         @sed -e "s/Hierarchy of Classes/Hierarchy of CIM Indication Consumer Classes/" $(INTERFACE_OUTPUT)/HIER.html >  $(INTERFACE_OUTPUT)/IndicationConsumerClassHier.html         @sed -e "s/Hierarchy of Classes/Hierarchy of CIM Indication Consumer Classes/" $(INTERFACE_OUTPUT)/HIER.html >  $(INTERFACE_OUTPUT)/IndicationConsumerClassHier.html
         @$(DOCXX) --config doc++.conf --dir $(INTERFACE_OUTPUT) --verbose -H $(COMMON_INTERFACE_HEAD)         @$(DOCXX) --config doc++.conf --dir $(INTERFACE_OUTPUT) --verbose -H $(COMMON_INTERFACE_HEAD)
         @sed -e "s/Hierarchy of Classes/Hierarchy of CIM Comon Classes/" $(INTERFACE_OUTPUT)/HIER.html >  $(INTERFACE_OUTPUT)/CommonClassHier.html         @sed -e "s/Hierarchy of Classes/Hierarchy of CIM Comon Classes/" $(INTERFACE_OUTPUT)/HIER.html >  $(INTERFACE_OUTPUT)/CommonClassHier.html
   
   
         @$(DOCXX) --config doc++.conf --dir $(INTERFACE_OUTPUT) --verbose -H $(CMPI_INTERFACE_HEAD)         @$(DOCXX) --config doc++.conf --dir $(INTERFACE_OUTPUT) --verbose -H $(CMPI_INTERFACE_HEAD)
         @sed -e "s/Hierarchy of Classes/Hierarchy of CMPI Classes/" $(INTERFACE_OUTPUT)/HIER.html >  $(INTERFACE_OUTPUT)/CMPIClassHier.html         @sed -e "s/Hierarchy of Classes/Hierarchy of CMPI Classes/" $(INTERFACE_OUTPUT)/HIER.html >  $(INTERFACE_OUTPUT)/CMPIClassHier.html
   
           @$(MAKE) --directory=$(PEGASUS_ROOT)/src/Pegasus/Provider/CMPI/docs -f Makefile doc
           @$(DOCXX) --config doc++.conf --dir $(INTERFACE_OUTPUT) --verbose -H $(CMPI_C_INTERFACE_HEAD)
           @sed -e "s/Hierarchy of Classes/Hierarchy of CMPI C macros, types and definitions/" $(INTERFACE_OUTPUT)/HIER.html >  $(INTERFACE_OUTPUT)/CMPI_C_Hier.html
   
         @$(DOCXX) --config doc++.conf --dir $(INTERFACE_OUTPUT) --verbose -H Interface.dxx         @$(DOCXX) --config doc++.conf --dir $(INTERFACE_OUTPUT) --verbose -H Interface.dxx
         @$(COPY) CIMClassHier.html $(INTERFACE_OUTPUT)/CIMClassHier.html         @$(COPY) CIMClassHier.html $(INTERFACE_OUTPUT)/CIMClassHier.html
  
 clean: clean:
         $(RMDIRHIER) $(INTERFACE_OUTPUT)         $(RMDIRHIER) $(INTERFACE_OUTPUT)
           @$(MAKE) --directory=$(PEGASUS_ROOT)/src/Pegasus/Provider/CMPI/docs -f Makefile clean
 depend: depend:
  
 tests: tests:


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2