gramps/src/build_cmdplug

11 lines
180 B
Plaintext
Raw Normal View History

2005-12-06 06:38:09 +00:00
#! /bin/sh
2006-03-24 01:40:23 +00:00
TARGET=../help/C/cmdplug.xml
2005-12-06 06:38:09 +00:00
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