~ubuntu-branches/ubuntu/hoary/gwenview/hoary

« back to all changes in this revision

Viewing changes to debian/debiandirs

  • Committer: Bazaar Package Importer
  • Author(s): Christopher Martin
  • Date: 2004-06-13 18:55:04 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040613185504-net8ekxoswwvyxs9
Tags: 1.1.3-1
New upstream release. Translations now included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
export kde_prefix=/usr
 
2
export sysconfdir=/etc
 
3
export kde_includedir=/usr/include/kde
 
4
export infodir=/usr/share/info
 
5
export mandir=/usr/share/man
 
6
export qtdir=/usr/share/qt3
 
7
export kde_cgidir=/usr/lib/cgi-bin
 
8
export kde_confdir=/etc/kde3
 
9
export kde_htmldir=/usr/share/doc/kde/HTML
 
10
configkde=--disable-debug --disable-rpath --prefix=$(kde_prefix) --sysconfdir=$(sysconfdir) --includedir=$(kde_includedir) --infodir=$(infodir) --mandir=$(mandir) --with-qt-dir=$(qtdir)