gramps/gramps2/src/build_cmdplug

11 lines
193 B
Plaintext
Raw Normal View History

2005-12-06 12:08:09 +05:30
#! /bin/sh
TARGET=../doc/gramps-manual/C/cmdplug.xml
touch ./junk.grdb
python gramps.py -O ./junk.grdb -a tool -p name=cmdref,include=1,target=$TARGET
chmod +r $TARGET
rm ./junk.grdb
exit 0