~ubuntu-branches/ubuntu/lucid/tuxtype/lucid-proposed

« back to all changes in this revision

Viewing changes to tuxtype/data/themes/nederlands/words/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2008-06-23 16:04:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080623160401-0mn14a5fp7fbwreh
Tags: 1.5.17.dfsg1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - add X-Ubuntu-Gettext-Domain=tuxtype and
    Categories=GNOME;Application;Game; to .desktop file
  - add XSBC-Original-Maintainer field  
  - merge conflicting greek and malayalam translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
EXTRA_DIST = \
2
 
planten.txt \
3
 
vingers.txt \
4
 
woorden1.txt \
5
 
woorden2.txt \
6
 
woorden3.txt
7
 
 
8
 
install-data-local:
9
 
        $(MKDIR_P) $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/words
10
 
        $(INSTALL_DATA) $(srcdir)/planten.txt $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/words/planten.txt
11
 
        $(INSTALL_DATA) $(srcdir)/vingers.txt $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/words/vingers.txt
12
 
        $(INSTALL_DATA) $(srcdir)/woorden1.txt $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/words/woorden1.txt
13
 
        $(INSTALL_DATA) $(srcdir)/woorden2.txt $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/words/woorden2.txt
14
 
        $(INSTALL_DATA) $(srcdir)/woorden3.txt $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/words/woorden3.txt
15
 
 
16
 
uninstall-local:
17
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/words/planten.txt
18
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/words/vingers.txt
19
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/words/woorden1.txt
20
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/words/woorden2.txt
21
 
        rm -f $(DESTDIR)$(prefix)/share/$(PACKAGE)/data/themes/nederlands/words/woorden3.txt
 
1
## Makefile.am for tuxtype - data/themes/nederlands/words:
 
2
## Process with Automake to create Makefile.in
 
3
 
 
4
themes_nederlands_wordsdir = $(pkgdatadir)/data/themes/nederlands/words
 
5
 
 
6
dist_themes_nederlands_words_DATA = planten.txt \
 
7
  vingers.txt \
 
8
  woorden1.txt \
 
9
  woorden2.txt \
 
10
  woorden3.txt