~ubuntu-branches/ubuntu/natty/gst-entrans/natty

« back to all changes in this revision

Viewing changes to docs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2010-09-13 19:49:29 UTC
  • Revision ID: james.westby@ubuntu.com-20100913194929-qz90a14xyxln9yfz
Tags: upstream-0.10.2
ImportĀ upstreamĀ versionĀ 0.10.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if ENABLE_PLUGIN_DOCS
 
2
PLUGIN_DOCS_DIRS = plugins
 
3
else
 
4
PLUGIN_DOCS_DIRS =
 
5
endif
 
6
 
 
7
SUBDIRS = $(PLUGIN_DOCS_DIRS) manual
 
8
DIST_SUBDIRS = plugins manual
 
9
 
 
10
EXTRA_DIST = \
 
11
        upload.mak \
 
12
        version.entities.in \
 
13
        url.entities \
 
14
        text.entities
 
15
 
 
16
upload:
 
17
        @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi