~ubuntu-branches/ubuntu/hoary/gedit/hoary

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-10-10 21:24:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041010212457-f7q85htgynmslwf4
Tags: 2.8.1-0ubuntu1
* New upstream release:
  - do not try to open non regular files.
  - allow opening file by drag and drop on read only documents.
  - open dropped files in the right target gedit window.
  - do not change active document when closing an unmodified tab.
  - fix crash when trying to open an invalid sftp uri.
* debian/patches/01_relibtoolise.patch:
  - removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
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
 
3
SUBDIRS = gedit pixmaps po help data plugins viewer
 
4
 
 
5
distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out'
 
6
 
 
7
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' | grep -v 'omf' | grep -v 'figures'
 
8
 
 
9
EXTRA_DIST = BUGS               \
 
10
        ChangeLog               \
 
11
        MAINTAINERS             \
 
12
        README                  \
 
13
        TODO                    \
 
14
        xmldocs.make            \
 
15
        omf.make                \
 
16
        intltool-extract.in     \
 
17
        intltool-merge.in       \
 
18
        intltool-update.in      
 
19
 
 
20
DISTCLEANFILES =                \
 
21
        intltool-extract        \
 
22
        intltool-merge          \
 
23
        intltool-update