~ubuntu-branches/ubuntu/utopic/anjuta/utopic-proposed

« back to all changes in this revision

Viewing changes to plugins/project-wizard/templates/terminal/Makefile.am.tpl

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.4.14)
  • Revision ID: package-import@ubuntu.com-20140712151739-p9xy0ntlgbpm2nxq
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
SUBDIRS = src [+IF (=(get "HaveI18n") "1") +]po[+ENDIF+]
6
6
 
7
 
[+NameCLower+]docdir = ${prefix}/doc/[+NameHLower+]
8
 
[+NameCLower+]doc_DATA = \
9
 
        README\
10
 
        COPYING\
11
 
        AUTHORS\
12
 
        ChangeLog\
13
 
        INSTALL\
 
7
dist_doc_DATA = \
 
8
        README \
 
9
        COPYING \
 
10
        AUTHORS \
 
11
        ChangeLog \
 
12
        INSTALL \
14
13
        NEWS
15
14
 
16
15
[+IF (=(get "HaveI18n") "1") +]
18
17
        intltool-merge.in \
19
18
        intltool-update.in
20
19
 
21
 
EXTRA_DIST = $([+NameCLower+]doc_DATA) \
 
20
EXTRA_DIST = \
22
21
        $(INTLTOOL_FILES)
23
22
 
24
23
DISTCLEANFILES = intltool-extract \
25
24
        intltool-merge \
26
25
        intltool-update \
27
26
        po/.intltool-merge-cache
28
 
[+ELSE+]
29
 
EXTRA_DIST = $([+NameCLower+]doc_DATA)
30
27
[+ENDIF+]
31
28
 
32
29
# Remove doc directory on uninstall
33
30
uninstall-local:
34
 
        -rm -r $([+NameCLower+]docdir)
 
31
        -rm -r $(docdir)