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

Diff for /pegasus/doc/ProviderSpec/Makefile between version 1.2 and 1.3

version 1.2, 2001/12/13 14:53:25 version 1.3, 2002/02/16 17:38:44
Line 3 
Line 3 
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 DIR = ProviderSpec DIR = ProviderSpec
 DOC_ROOT = $(ROOT)/doc/  DOC_ROOT = $(ROOT)/doc
 DOC_DIR = $(DOC_ROOT)/$(DIR) DOC_DIR = $(DOC_ROOT)/$(DIR)
 # Puts the output into a directory under HOME_DIR called Docnamehtml # Puts the output into a directory under HOME_DIR called Docnamehtml
 DOC_OUTPUT = $(HOME_DIR)/$(DIR)html DOC_OUTPUT = $(HOME_DIR)/$(DIR)html
Line 13 
Line 13 
 all: all:
         $(RM) $(DOC_OUTPUT)/*         $(RM) $(DOC_OUTPUT)/*
         $(RM) DocTOC.htm         $(RM) DocTOC.htm
         gawk --file=DocTOC.awk $(DOC_HEAD) >DocTOC.htm          gawk --file=DocToc.awk $(DOC_HEAD) >DocTOC.htm
         docxx --dir $(DOC_OUTPUT)  --verbose -H $(DOC_HEAD)         docxx --dir $(DOC_OUTPUT)  --verbose -H $(DOC_HEAD)
         $(COPY) $(DOC_DIR)/*.gif $(DOC_OUTPUT)         $(COPY) $(DOC_DIR)/*.gif $(DOC_OUTPUT)
         $(COPY) $(DOC_DIR)/*.htm $(DOC_OUTPUT)         $(COPY) $(DOC_DIR)/*.htm $(DOC_OUTPUT)
         $(COPY) $(DOC_DIR)/*.css $(DOC_OUTPUT)  #       $(COPY) $(DOC_DIR)/*.css $(DOC_OUTPUT)
  
 clean: clean:
         $(RM) $(DOC_OUTPUT)/*         $(RM) $(DOC_OUTPUT)/*


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2