~ubuntu-branches/ubuntu/vivid/gnome-themes/vivid

« back to all changes in this revision

Viewing changes to icon-themes/HighContrast-SVG/scalable/status/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-07-22 02:55:54 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20080722025554-9o3tpcnb3kh0o5d0
Tags: 2.23.5-0ubuntu1
* New upstream release (LP: #250673)
* debian/control.in:
  - Bump Standards-Version to 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
364
364
maintainer-clean-generic:
365
365
        @echo "This command is intended for maintainers to use"
366
366
        @echo "it deletes files that may require special tools to rebuild."
 
367
@LEGACY_ICON_MAPPING_FALSE@install-data-local:
367
368
clean: clean-am
368
369
 
369
370
clean-am: clean-generic clean-libtool mostlyclean-am
431
432
        ps ps-am uninstall uninstall-am uninstall-iconDATA
432
433
 
433
434
 
434
 
install-data-local: install-iconDATA
435
 
        if  test -n "$(ICONMAP)" ; then \
436
 
                (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) ; \
437
 
        fi
 
435
@LEGACY_ICON_MAPPING_TRUE@install-data-local: install-iconDATA
 
436
@LEGACY_ICON_MAPPING_TRUE@      (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
438
437
 
439
438
uninstall-symlinks:
440
439
        list=`ls $(DESTDIR)$(themedir)/$(size)/$(context)`; \