~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to share/fr/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2006-11-15 10:34:50 UTC
  • mfrom: (1.2.1 upstream) (2.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20061115103450-qgafwcks2lkhctlj
* New upstream release.
* Enable video support.
* Fix mismatched #endif in mscommon.h, closes: #398307.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
linphone_manualdir = $(datadir)/gnome/help/linphone/fr/
2
 
 
3
 
linphone_help = \
4
 
        manual
5
 
 
6
 
EXTRA_DIST= $(linphone_help) manual.lyx manual.sgml
7
 
 
8
 
all-data: manual/index.html
9
 
 
10
 
manual/index.html:
11
 
        cd manual; ln -sf t1.html index.html
12
 
 
13
 
install-data-local:
14
 
                        $(mkinstalldirs) $(DESTDIR)/$(linphone_manualdir)
15
 
                        -cp -f $(linphone_help)/*.html $(DESTDIR)/$(linphone_manualdir)/.
16
 
                        -cp -f $(linphone_help)/*.css $(DESTDIR)/$(linphone_manualdir)/.
17
 
 
18
 
uninstall-local:
19
 
                        rm -rf $(linphone_manualdir)
 
1
HELPLANG=fr
 
2
 
 
3
include ../Makefile.inc