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

« back to all changes in this revision

Viewing changes to plugins/project-wizard/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.1.56) (27.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20140712151739-eyw0ufhvwa5s11jc
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:
60
60
        tar.c \
61
61
        tar.h
62
62
 
 
63
gsettings_in_file = org.gnome.anjuta.plugins.project-wizard.gschema.xml.in
 
64
gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
 
65
@INTLTOOL_XML_NOMERGE_RULE@
 
66
@GSETTINGS_RULES@
 
67
 
63
68
EXTRA_DIST = \
64
 
        $(plugin_in_files)
 
69
        $(plugin_in_files) \
 
70
        $(gsettings_in_file)
65
71
 
66
 
## templates_dir = $(datadir)/anjuta/projects
67
 
## 
68
 
## install-data-local:
69
 
##      mkdir -p $(DESTDIR)$(templates_dir)
70
 
##      $(INSTALL_DATA) $(srcdir)/templates $(DESTDIR)$(templates_dir)
71
 
##
72
 
## uninstall-local:
73
 
##      @rm -fv $(*:%=$(templates_dir)/%)
74
 
##      -if test -d $(templates_dir); then rmdir $(templates_dir); fi
 
72
CLEANFILES = \
 
73
        $(gsettings_SCHEMAS)
75
74
 
76
75
-include $(top_srcdir)/git.mk