~sarahstrong/ubuntu/lucid/gedit/mypatch

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Joe Drew
  • Date: 2002-01-13 02:13:27 UTC
  • Revision ID: james.westby@ubuntu.com-20020113021327-dukaa4n50oykvrjg
Tags: upstream-0.9.6
ImportĀ upstreamĀ versionĀ 0.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
SUBDIRS = macros po intl pixmaps plugins src help
 
4
 
 
5
EXTRA_DIST = BUGS FAQ ChangeLog README README.plugins \
 
6
        INSTALL gedit.1 gedit.desktop \
 
7
        ABOUT-NLS TODO gedit.spec.in gedit.keys app-docs.make
 
8
 
 
9
man_MANS = gedit.1
 
10
 
 
11
sysdir   = $(datadir)/gnome/apps/Applications
 
12
sys_DATA = gedit.desktop
 
13
 
 
14
mimedir = $(datadir)/mime-info
 
15
mime_DATA = gedit.keys
 
16
 
 
17
dist-hook: gedit.spec
 
18
        cp gedit.spec $(distdir)
 
19
 
 
20
## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
 
21
@MAINT@include macros/macros.dep
 
22
@MAINT@macros/macros.dep: macros/Makefile.am
 
23
@MAINT@ cd macros && $(MAKE) macros.dep