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

File: [Pegasus] / pegasus / doc / DevManual / Makefile (download)
Revision: 1.3, Sat Feb 16 17:38:44 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.2: +1 -1 lines
Modify Doc++ build environment to support Unix environments.

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) >pegdocsidebarleft.shtml
	docxx --dir $(DOC_OUTPUT)  --verbose -H $(DOC_HEAD)
	$(COPY) $(DOC_DIR)/*.gif $(DOC_OUTPUT)
	$(COPY) $(DOC_DIR)/*.htm $(DOC_OUTPUT)
	$(COPY) $(DOC_DIR)/*.html $(DOC_OUTPUT)
	$(COPY) $(DOC_DIR)/*.shtml $(DOC_OUTPUT)	
	$(RM) pegdocsidebarleft.shtml
clean:
	$(RM) $(DOC_OUTPUT)/*

depend:

tests:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2