~christophe-andral/wm2midi/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Christophe Andral
  • Date: 2010-03-17 06:45:17 UTC
  • Revision ID: christophe@andral.fr-20100317064517-fzejb2w81nw0olyt
InitialĀ sourceĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
## Created by Anjuta
 
3
 
 
4
SUBDIRS = src po 
 
5
 
 
6
wm2mididocdir = ${prefix}/doc/wm2midi
 
7
wm2mididoc_DATA = \
 
8
        README\
 
9
        COPYING\
 
10
        AUTHORS\
 
11
        ChangeLog\
 
12
        INSTALL\
 
13
        NEWS
 
14
 
 
15
 
 
16
INTLTOOL_FILES = intltool-extract.in \
 
17
        intltool-merge.in \
 
18
        intltool-update.in
 
19
 
 
20
EXTRA_DIST = $(wm2mididoc_DATA) \
 
21
        $(INTLTOOL_FILES)
 
22
 
 
23
DISTCLEANFILES = intltool-extract \
 
24
        intltool-merge \
 
25
        intltool-update \
 
26
        po/.intltool-merge-cache
 
27
 
 
28
 
 
29
# Remove doc directory on uninstall
 
30
uninstall-local:
 
31
        -rm -r $(wm2mididocdir)