~ubuntu-branches/ubuntu/raring/djvulibre/raring

« back to all changes in this revision

Viewing changes to i18n/ja/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-18 11:21:21 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070518112121-rt7fum0zi0xoepm6
Tags: 3.5.19-2ubuntu1
* debian/control: Maintainer: Ubuntu Core Developers
  <ubuntu-devel-discuss@lists.ubuntu.com>.
* debian/rules: call dh_iconcache. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#C- This program is free software; you can redistribute it and/or 
2
2
#C- modify it under the terms of the GNU General Public License, 
3
 
#C- version 2.  The license should have accompanied the program 
 
3
#C- either Version 2 of the License or (at your option) any later
 
4
#C- version.  The license should have accompanied the program 
4
5
#C- or you may obtain a copy of the license from the Free Software
5
6
#C- Foundation at http://www.fsf.org.
6
7
#C- 
23
24
prefix = @prefix@
24
25
exec_prefix = @exec_prefix@
25
26
bindir = @bindir@
 
27
datarootdir = @datarootdir@
26
28
datadir = @datadir@
27
29
libdir = @libdir@
28
30
mandir = @mandir@
29
31
 
30
32
LANGCODE=dummy
31
33
man= ${DESTDIR}${mandir}/${LANGCODE}/man1
32
 
qm= ${DESTDIR}${datadir}/djvu/osi/${LANGCODE}
 
34
qm= ${DESTDIR}${datadir}/djvu/djview3/${LANGCODE}
33
35
 
34
36
QMFILES = qt.qm djview.qm
35
37
 
37
39
               ddjvu.1 djvm.1 djvmcvt.1 djvu.1 djvudump.1 \
38
40
               djvuextract.1 djvumake.1 djvups.1 djvused.1 \
39
41
               djvuserve.1 djvutxt.1
40
 
@GUI_YES@MANFILES_GUI = nsdejavu.1 djview.1
 
42
@GUI_YES@MANFILES_GUI = nsdejavu.1 djview3.1
41
43
@GUI_NO@MANFILES_GUI =
42
44
MANFILES= ${MANFILES_STD} ${MANFILES_GUI}
43
45