~ubuntu-branches/ubuntu/edgy/digikam/edgy-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Paul Telford
  • Date: 2004-09-23 17:21:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040923172139-3b3ji0dvomon3lod
Tags: upstream-0.6.2
ImportĀ upstreamĀ versionĀ 0.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# 'it' 'es' 'cs' 'hu' 'pl' 'nl' are temporaly disabled for a complete build of digikam (i18n not done).
 
2
# HANDBOOKSLANG = da en fr it es de cs hu pl nl
 
3
 
 
4
HANDBOOKSLANG = en fr de da es it
 
5
SUBDIRS = $(HANDBOOKSLANG) man 
 
6
 
 
7
index.html:
 
8
        rm -rf ../html
 
9
        @for base in $(HANDBOOKSLANG) ; do \
 
10
           cd $$base ; $(MAKE) index.html ; cd .. ; \
 
11
        done
 
 
b'\\ No newline at end of file'