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

Diff for /pegasus/doc/ProviderSpec/Makefile between version 1.1 and 1.1.2.3

version 1.1, 2001/08/24 16:27:01 version 1.1.2.3, 2001/09/05 21:50:07
Line 0 
Line 1 
   ROOT = ../..
   
   include $(ROOT)/mak/config.mak
   
   DIR = ProviderSpec
   DOC_ROOT = $(ROOT)/doc/
   DOC_DIR = $(DOC_ROOT)/$(DIR)
   # Puts the output into a directory under HOME_DIR called Docnamehtml
   DOC_OUTPUT = $(HOME_DIR)/$(DIR)html
   DOC_HEAD = ProviderSpec.dxx
   
   
   all:
           $(RM) $(DOC_OUTPUT)/*
           $(RM) DocTOC.htm
           gawk --file=DocTOC.awk $(DOC_HEAD) >DocTOC.htm
           docxx --dir $(DOC_OUTPUT)  --verbose -H $(DOC_HEAD)
           $(COPY) $(DOC_DIR)/*.gif $(DOC_OUTPUT)
           $(COPY) $(DOC_DIR)/*.htm $(DOC_OUTPUT)
           $(COPY) $(DOC_DIR)/*.css $(DOC_OUTPUT)
   
   clean:
           $(RM) $(DOC_OUTPUT)/*
   
   depend:
   
   tests:


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2