From d114b121db677cb4143432befa00493618b398df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 7 Aug 2010 00:09:47 +0100 Subject: [PATCH] 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'. --- docs/plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 4cea3489e8..577c7f2e05 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -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.