mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
re-add the disting of the docs. more fixes to come
Original commit message from CVS: re-add the disting of the docs. more fixes to come
This commit is contained in:
parent
1adc2281fd
commit
b4f14a29f6
1 changed files with 2 additions and 2 deletions
|
@ -12,14 +12,14 @@ SUBDIRS_DOCS =
|
|||
endif
|
||||
|
||||
SUBDIRS = $(SUBDIRS_DOCS) $(SUBDIRS_PLUGINS)
|
||||
DIST_SUBDIRS = gst libs plugins xsl
|
||||
DIST_SUBDIRS = gst faq manual pwg libs plugins xsl
|
||||
|
||||
EXTRA_DIST = \
|
||||
slides manuals.mak htmlinstall.mak \
|
||||
image-png image-pdf image-eps version.entities.in
|
||||
|
||||
upload:
|
||||
@for a in pwg; do cd $$a; make upload; cd ..; done
|
||||
@for a in manual faq pwg; do cd $$a; make upload; cd ..; done
|
||||
|
||||
dist-hook:
|
||||
$(RM) -rf $(distdir)/random/CVS
|
||||
|
|
Loading…
Reference in a new issue