(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.3, Wed Sep 5 20:50:07 2001 UTC (22 years, 9 months ago) by karl
Branch: dev
CVS Tags: dev_dead, SNAPSHOT_1_04
Changes since 1.1.2.2: +2 -1 lines
fix chapters

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:  

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2