~ubuntu-branches/ubuntu/precise/evince/precise-updates

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-01-06 09:56:51 UTC
  • mto: (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20090106095651-dgipxsorilswacxa
Tags: upstream-2.25.4
ImportĀ upstreamĀ versionĀ 2.25.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        $(NULL)
23
23
 
24
24
#
25
 
# Glade
26
 
#
27
 
 
28
 
gladedir = $(pkgdatadir)
29
 
glade_DATA =                            \
30
 
        evince-password.glade           \
31
 
        evince-properties.glade         \
32
 
        $(NULL)
33
 
 
34
 
#
35
25
# Desktop file
36
26
#
37
27
 
102
92
#
103
93
 
104
94
EXTRA_DIST =                            \
105
 
        $(glade_DATA)                   \
106
95
        $(ui_DATA)                      \
107
96
        $(DESKTOP_IN_FILES)             \
108
97
        $(schema_in_files)              \