Let the gtkdoc.sh script ignore OBJDIR for the moment
This commit is contained in:
parent
a54cc16b1e
commit
4865f13b3f
@ -111,6 +111,8 @@ instdir="$DATADIR/gtk-doc/html"
|
|||||||
|
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
target="$1"
|
target="$1"
|
||||||
|
#XXX ignore OBJDIR
|
||||||
|
target="${target#$OBJDIR}"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
#clean
|
#clean
|
||||||
|
Loading…
Reference in New Issue
Block a user