~ubuntu-branches/ubuntu/karmic/sanduhr/karmic

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Voss
  • Date: 2002-04-12 16:33:03 UTC
  • Revision ID: james.westby@ubuntu.com-20020412163303-xn0v3utm5xcyux60
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
ACLOCAL_AMFLAGS=-I /usr/share/aclocal/gnome-macros/
 
4
 
 
5
SUBDIRS = intl pixmaps sounds idl gob src po remote doc
 
6
 
 
7
EXTRA_DIST = sanduhr.desktop sanduhr.oaf sanduhr.glade autogen.sh
 
8
 
 
9
Utilitiesdir = $(datadir)/gnome/apps/Utilities
 
10
Utilities_DATA = sanduhr.desktop
 
11
 
 
12
oafdir = @OAF_DIR@
 
13
oaf_DATA = sanduhr.oaf
 
14
 
 
15
omfdir=@OMF_DIR@
 
16
scrollkeeperdir=@SCROLLKEEPER_DIR@
 
17
 
 
18
.PHONY: update-doc
 
19
update-doc:
 
20
if SCROLLKEEPER
 
21
        scrollkeeper-update -v -p $(DESTDIR)$(scrollkeeperdir) \
 
22
          -o $(DESTDIR)$(omfdir)
 
23
else
 
24
        echo "scrollkeeper database not updated"
 
25
endif
 
26
 
 
27
install-data-hook: update-doc
 
28
uninstall-hook: update-doc