(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.1, Fri Aug 24 15:27:01 2001 UTC (22 years, 9 months ago) by karl
Branch: dev
Changes since 1.1: +25 -0 lines
import

ROOT = ../..

include $(ROOT)/mak/config.mak

DIR = ProviderSpec
DOC_ROOT = $(ROOT)/doc/
DOC_DIR = $(DOC_ROOT)/$(DIR)
DOC_OUTPUT = $(HOME_DIR)/$(DIR)/html
DOC_HEAD = ProviderSpec.dxx


all:
	$(RM) $(DOC_OUTPUT)/*	
	gawk --file=PegasusDocTOC.awk $(DOC_HEAD) >PegasusDocTOC.htm
	docxx --dir $(DOC_OUTPUT)  --verbose -H $(DOCHEAD)
	mu copy *.gif $(DOC_OUTPUT)
	mu copy *.htm $(DOC_OUTPUT)
	mu copy *.css $(DOC_OUTPUT)

clean:
	$(RM) $(DOC_OUTPUT)/*

depend:

tests:  

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2