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
|
||||
target="$1"
|
||||
#XXX ignore OBJDIR
|
||||
target="${target#$OBJDIR}"
|
||||
shift
|
||||
|
||||
#clean
|
||||
|
Loading…
Reference in New Issue
Block a user