~ubuntu-branches/ubuntu/trusty/xfce4-panel/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Simon Huggins
  • Date: 2004-06-08 10:44:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040608104421-b0b77kis8o0uoi6q
Tags: upstream-4.0.5
ImportĀ upstreamĀ versionĀ 4.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = \
 
2
        C \
 
3
        fr
 
4
 
 
5
noinst_DATA = \
 
6
        xfce-nochunk.xsl
 
7
 
 
8
EXTRA_DIST = $(noinst_DATA)
 
9
 
 
10
html: Makefile
 
11
        make -C C html
 
12
        make -C fr html
 
13