gramps/gramps2/src/build_cmdplug
Alex Roitman de3f700428 Update
svn: r6202
2006-03-24 01:40:23 +00:00

11 lines
180 B
Bash
Executable File

#! /bin/sh
TARGET=../help/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