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

File: [Pegasus] / pegasus / doc / ProviderSpec / Makefile (download)
Revision: 1.1.2.2, Fri Aug 24 15:59:32 2001 UTC (22 years, 9 months ago) by karl
Branch: dev
Changes since 1.1.2.1: +7 -6 lines
import

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)/*	
	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:  

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2