~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/kjssupport/template/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
appwizarddatadir = ${kde_datadir}/kdevappwizard
 
2
commondatadir = ${appwizarddatadir}/template-common
 
3
jshellodir = ${appwizarddatadir}/template-jshello
 
4
templatedir = ${appwizarddatadir}/templates
 
5
 
 
6
jshello_DATA = app.js app.kdevelop
 
7
template_DATA = jshello
 
8
 
 
9
DISTCLEANFILES = script.local
 
10
EXTRA_DIST = script
 
11
 
 
12
perl = perl
 
13
 
 
14
script.local: ${srcdir}/script
 
15
        cp ${srcdir}/script script.local ; \
 
16
        perl -npi -e 's%^#\!.*$$%#!'${perl}' -I'${commondatadir}'%g;' script.local
 
17
 
 
18
install-data-local: script.local
 
19
        $(mkinstalldirs) $(DESTDIR)$(jshellodir)
 
20
        $(INSTALL_DATA) script.local $(DESTDIR)$(jshellodir)/script