mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
docs: Bump common, fix the upload logic inclusion
Update the common submodule, and fix the docs upload rules to include the right makefile snippet from common.
This commit is contained in:
parent
2e2695f594
commit
29170a4cfa
7 changed files with 13 additions and 13 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit c57272152d5c40617fab305d839db1b1fefe0ea0
|
||||
Subproject commit f3bb51b867ff403f70d36fc772861d8e57c703ed
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# base name of doc
|
||||
DOC = faq
|
||||
# formats defined for upload.mak
|
||||
# formats defined for upload-doc.mak
|
||||
FORMATS=html ps pdf
|
||||
|
||||
# main xml file
|
||||
|
@ -24,7 +24,7 @@ EXTRA_SRC = gst-uninstalled
|
|||
# get the generic docbuilding Makefile stuff
|
||||
include $(srcdir)/../manuals.mak
|
||||
# get the generic upload target
|
||||
include $(top_srcdir)/common/upload.mak
|
||||
include $(top_srcdir)/common/upload-doc.mak
|
||||
|
||||
### this is standard automake stuff
|
||||
|
||||
|
|
|
@ -9,11 +9,11 @@ ERROR_CFLAGS=
|
|||
|
||||
BUILT_SOURCES=gstreamer.types
|
||||
|
||||
# for upload.mak
|
||||
# for upload-doc.mak
|
||||
DOC=gstreamer
|
||||
FORMATS=html
|
||||
html: html-build.stamp
|
||||
include $(top_srcdir)/common/upload.mak
|
||||
include $(top_srcdir)/common/upload-doc.mak
|
||||
|
||||
# generated basefiles
|
||||
#basefiles = \
|
||||
|
|
|
@ -7,11 +7,11 @@ DOC_MODULE=gstreamer-libs
|
|||
# don't want $(DOC_MODULE)-scan.c to be built with -Werror
|
||||
ERROR_CFLAGS=
|
||||
|
||||
# for upload.mak
|
||||
# for upload-doc.mak
|
||||
DOC=gstreamer-libs
|
||||
FORMATS=html
|
||||
html: html-build.stamp
|
||||
include $(top_srcdir)/common/upload.mak
|
||||
include $(top_srcdir)/common/upload-doc.mak
|
||||
|
||||
# generated basefiles
|
||||
#basefiles = \
|
||||
|
|
|
@ -5,7 +5,7 @@ MAKEFLAGS = -j1
|
|||
|
||||
# base name of doc
|
||||
DOC = manual
|
||||
# formats defined for upload.mak
|
||||
# formats defined for upload-doc.mak
|
||||
FORMATS=html ps pdf
|
||||
|
||||
# main xml file
|
||||
|
@ -27,7 +27,7 @@ EXTRA_SRC =
|
|||
# get the generic docbuilding Makefile stuff
|
||||
include $(srcdir)/../manuals.mak
|
||||
# get the generic upload target
|
||||
include $(top_srcdir)/common/upload.mak
|
||||
include $(top_srcdir)/common/upload-doc.mak
|
||||
|
||||
### this is standard automake stuff
|
||||
|
||||
|
|
|
@ -7,11 +7,11 @@ GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj
|
|||
MODULE=gstreamer
|
||||
DOC_MODULE=$(MODULE)-plugins
|
||||
|
||||
# for upload.mak
|
||||
# for upload-doc.mak
|
||||
DOC=$(MODULE)-plugins
|
||||
FORMATS=html
|
||||
html: html-build.stamp
|
||||
include $(top_srcdir)/common/upload.mak
|
||||
include $(top_srcdir)/common/upload-doc.mak
|
||||
|
||||
# generated basefiles
|
||||
#basefiles = \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# base name of doc
|
||||
DOC = pwg
|
||||
# formats defined for upload.mak
|
||||
# formats defined for upload-doc.mak
|
||||
FORMATS=html ps pdf
|
||||
|
||||
# main xml file
|
||||
|
@ -24,7 +24,7 @@ EXTRA_SRC =
|
|||
# get the generic docbuilding Makefile stuff
|
||||
include $(srcdir)/../manuals.mak
|
||||
# get the generic upload target
|
||||
include $(top_srcdir)/common/upload.mak
|
||||
include $(top_srcdir)/common/upload-doc.mak
|
||||
|
||||
### this is standard automake stuff
|
||||
|
||||
|
|
Loading…
Reference in a new issue