#
# DANG configuration Data - For v0.3
#

# BASEDIR sets a path fragment which is prepended to _all_ paths.
BASEDIR: 	./

# GROUPs are formed from :
# <group_name> <summary_file> <file1> ... <fileN>
# These may be split over multiple lines, and use and whitespace characters
# as separators (assuming the Perl lives up to it's claims ! 8-)  )
GROUP:		Main doc/summary
	EditField.c    child.c        mandel-calc.c  option.c       util.c
	Rubberband.c   client.c       mandel.c       ppm.c
	about.c        fselect.c      message.c      quit.c
	callback.c     iter.c         net.c          size.c

# INTRODUCTION is the location of Introduction. There may be
# more than one of these.
INTRODUCTION:	doc/intro

# FINALLY is the location of a section to place at the end. There may be
# more than one of these.
FINALLY:	doc/outro

