gramps/gramps2/src/build_cmdplug
Alex Roitman 97cdbe6af4 merge changes from gramps20
svn: r5482
2005-12-06 06:38:09 +00:00

11 lines
193 B
Bash
Executable File

#! /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