[Tinyos-2-commits] CVS: tinyos-2.x/support/make appdoc.extra, NONE,
1.1
David Gay
idgay at users.sourceforge.net
Mon Jun 4 13:57:46 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7560
Added Files:
appdoc.extra
Log Message:
appdoc target for per-app documentation
--- NEW FILE: appdoc.extra ---
#-*-Makefile-*- vim:syntax=make
#$Id: appdoc.extra,v 1.1 2007/06/04 20:57:44 idgay Exp $
# configure the base for the app dirs. This is used to generate more
# useful package names in the documentation.
ifeq ($(BASEDIR)_x, _x)
BASEDIR := $(shell pwd | sed 's@\(.*\)/apps.*$$@\1@' )
endif
BUILD_DEPS = appdoc_
appdoc_: FORCE
@echo " Making application documentation for $(COMPONENT) on $(PLATFORM)"
# first generate the xml files
nesdoc -o build $(NESDOC_FLAGS) $(PFLAGS) $(CFLAGS) $(COMPONENT).nc -app
# generate html from the xml files
nesdoc -o build -html -target=$(PLATFORM)
More information about the Tinyos-2-commits
mailing list