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

File: [Pegasus] / pegasus / doc / DevManual / Makefile (download)
Revision: 1.1.2.2, Fri Aug 24 15:24:27 2001 UTC (22 years, 8 months ago) by karl
Branch: dev
Changes since 1.1.2.1: +2 -2 lines
update

ROOT = ../..

DIR = DevManual
include $(ROOT)/mak/config.mak

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


all:
	$(RM) $(DOC_OUTPUT)/*	
	gawk --file=PegasusDocTOC.awk $(DOC_HEAD) >PegasusDocTOC.htm
	docxx --dir $(DOC_OUTPUT)  --verbose -H $(DOC_HEAD)
	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