~ubuntu-branches/ubuntu/breezy/tiemu/breezy

« back to all changes in this revision

Viewing changes to misc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2005-06-02 16:50:15 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050602165015-59ab24414tl2wzol
Tags: 1.99+svn1460-1
* New snapshot.
* debian/control:
  + Updated build-depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SHARE_DIR=$(prefix)/share/tiemu
2
 
INSTALL=@INSTALL@
3
 
 
4
 
FILES = ChangeLog COPYING manpage.txt
5
 
EXTRA_DIST = $(FILES)
6
 
 
7
 
install: $(FILES)
8
 
        @echo Installing miscellaneous files...
9
 
        @$(INSTALL) -m644 ChangeLog $(SHARE_DIR)
10
 
        @$(INSTALL) -m644 COPYING $(SHARE_DIR)
11
 
        @$(INSTALL) -m644 manpage.txt $(SHARE_DIR)
12
 
        @echo Done
13
 
uninstall:
14
 
        @echo Removing pixmaps...
15
 
        $(RM) $(SHARE_DIR)/pixmaps/*.xpm
16
 
clean: 
17
 
        $(RM) \#*
18
 
        $(RM) *~
19
 
        $(RM) core
20
 
dos2unix:
21
 
        dos2unix
22
 
        lowercase
23
 
        uppercase
 
 
b'\\ No newline at end of file'