mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
docs: fix bug passing arguments to gtkdoc-fixref in upload target
Missing backslash at end of line meant we weren't passing all arguments to gtkdoc-fixref and we'd get a shell error when doing 'make upload'.
This commit is contained in:
parent
372e0f59a1
commit
d114b121db
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ MKDB_OPTIONS=--sgml-mode --source-suffixes=c,h,cc,m
|
|||
|
||||
# Extra options to supply to gtkdoc-fixref.
|
||||
FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \
|
||||
--extra-dir=$(GST_PREFIX)/share/gtk-doc/html
|
||||
--extra-dir=$(GST_PREFIX)/share/gtk-doc/html \
|
||||
--extra-dir=$(GSTPB_PREFIX)/share/gtk-doc/html
|
||||
|
||||
# Used for dependencies.
|
||||
|
|
Loading…
Reference in a new issue