mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +00:00
docs/manual/Makefile.am: do not parallel-build manual
Original commit message from CVS: * docs/manual/Makefile.am: do not parallel-build manual
This commit is contained in:
parent
590e58dc29
commit
25c0f073ba
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/manual/Makefile.am:
|
||||
do not parallel-build manual
|
||||
|
||||
2006-01-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstcaps.h:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 5f10c872cafb3eb8058d63e438cae029ed9e8d73
|
||||
Subproject commit e0b121388ece524c0b7035a72bddd191d122d8bf
|
|
@ -1,5 +1,8 @@
|
|||
### this is the part you can customize if you need to
|
||||
|
||||
# parallel builds don't work, probably due to temporary files
|
||||
MAKEFLAGS = -j1
|
||||
|
||||
# base name of doc
|
||||
DOC = manual
|
||||
# formats defined for upload.mak
|
||||
|
|
Loading…
Reference in a new issue