NAME

ddc-make-bibl.perl : add a bibliographic attribute to an existing DDC project without re-indexing.

SYNOPSIS

ddc-make-bibl.perl [OPTIONS] PROJECT.con ...

Options:
 -h, -help		# this help message
 -n, -name NAME	# bibl attribute name (REQUIRED)
 -v, -value VALUE	# use constant value VALUE (obsolete for ddc>=v2.0.27)
 -d, -dict DICTFILE	# use values from dictionary file DICTFILE (TAB-separated)
 -force		# force overwrite existing files (default:don't)

Caveats:
 Generated indices must still be added to your project's *.opt file(s), e.g.

   Bibl string 0 NAME /DUMMY

 will add an "invisible" field NAME.

OPTIONS AND ARGUMENTS

not yet written

DESCRIPTION

not yet written

AUTHOR

Bryan Jurish <moocow@cpan.org>