autohelp-wrapper: fix the extract_swift_flags call

Change-Id: Iec1b0153d5289edae45a47898c1e22b5ead3462e
This commit is contained in:
Gauvain Pocentek 2014-06-28 20:35:24 +02:00
parent a6fbc259b6
commit e5d9eeea04
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ for project in $PROJECTS; do
;;
docbook)
if [ "$project" = "swift" ]; then
$EXTRACT_SWIFT -m $MANUALSREPO -s $SOURCESDIR/swift
$EXTRACT_SWIFT docbook -m $MANUALSREPO -s $SOURCESDIR/swift
else
$AUTOHELP docbook $project -i $SOURCESDIR/$project
fi