[Refdb-cvs] CVS: refdb/etc refdbibrc,1.6,1.6.2.1
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2004-09-26 21:06:07
|
Update of /cvsroot/refdb/refdb/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6654/etc Modified Files: Tag: Release_0_9_5_stable refdbibrc Log Message: added ignore_missing variable Index: refdbibrc =================================================================== RCS file: /cvsroot/refdb/refdb/etc/refdbibrc,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -U2 -r1.6 -r1.6.2.1 --- refdbibrc 3 Mar 2004 23:41:16 -0000 1.6 +++ refdbibrc 26 Sep 2004 21:05:58 -0000 1.6.2.1 @@ -82,3 +82,8 @@ #encoding UTF-8 +# How to handle requested references that appear to be missing from the +# database. If this is set to 't', refdbib issues a warning. If this is +# set to 'f', refdbib issues an error, i.e. the return code is > 0 +ignore_missing f + # end of refdbibrc \ No newline at end of file |