mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs: Update common. Use upload-doc.mak instead of upload.mak
This commit is contained in:
parent
8bbf2e8a32
commit
b2930f24b0
3 changed files with 5 additions and 5 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit c57272152d5c40617fab305d839db1b1fefe0ea0
|
||||
Subproject commit f3bb51b867ff403f70d36fc772861d8e57c703ed
|
|
@ -7,11 +7,11 @@ DOCS_ARE_INCOMPLETE_PLEASE_FIXME=yespleasedo
|
|||
#DOC_MODULE=gst-plugins-libs-@GST_MAJORMINOR@
|
||||
DOC_MODULE=gst-plugins-base-libs
|
||||
|
||||
# for upload.mak
|
||||
# for upload-doc.mak
|
||||
DOC=gst-plugins-base-libs
|
||||
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 @@ GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj
|
|||
MODULE=gst-plugins-base
|
||||
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 = \
|
||||
|
|
Loading…
Reference in a new issue