gramps/gramps2/src/build_cmdplug

11 lines
180 B
Plaintext
Raw Normal View History

2005-12-06 12:08:09 +05:30
#! /bin/sh
2006-03-24 07:10:23 +05:30
TARGET=../help/C/cmdplug.xml
2005-12-06 12:08:09 +05:30
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