~ubuntu-branches/debian/sid/kxstitch/sid

« back to all changes in this revision

Viewing changes to admin/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): eric pareja
  • Date: 2005-02-19 12:37:22 UTC
  • Revision ID: james.westby@ubuntu.com-20050219123722-kt3ru1nqvllietee
Tags: upstream-0.6
ImportĀ upstreamĀ versionĀ 0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
install-data-local:
 
2
        $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kapptemplate/admin
 
3
        for file in $(srcdir)/*; do \
 
4
                if [ -f $$file -a $$file != 'Makefile' -a $$file != 'Makefile.in' -a $$file != 'Makefile.am' ]; then \
 
5
                        destfile=`basename $$file` \
 
6
                        $(INSTALL_DATA) $$file \
 
7
                                $(DESTDIR)$(kde_datadir)/kapptemplate/admin/$$destfile; \
 
8
                fi \
 
9
        done
 
10
 
 
11
uninstall-local:
 
12
        -/bin/rm -rf $(DESTDIR)$(kde_datadir)/kapptemplate/admin