]> git.deb.at Git - pkg/abook.git/blob - Makefile.am
- add translation HOWTO
[pkg/abook.git] / Makefile.am
1
2 bin_PROGRAMS = abook
3
4 abook_SOURCES = abook.c database.c filter.c list.c misc.c \
5                 options.c edit.c ldif.c ui.c getname.c \
6                 getopt.c getopt1.c gettext.c abook_rl.c mbswidth.c \
7                 xmalloc.c \
8                 abook.h database.h filter.h list.h misc.h help.h \
9                 options.h edit.h ldif.h abook_curses.h ui.h getname.h \
10                 getopt.h gettext.h abook_rl.h mbswidth.h \
11                 xmalloc.h
12
13 EXTRA_DIST = config.rpath  ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc \
14                 abook.spec contrib doc
15
16 install-data-local:
17         $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
18         $(INSTALL_DATA) $(srcdir)/abook.1 $(DESTDIR)$(mandir)/man1/
19         $(INSTALL_DATA) $(srcdir)/abookrc.5 $(DESTDIR)$(mandir)/man5/
20
21 uninstall-local:
22         -rm -f $(DESTDIR)$(mandir)/man1/abook.1
23         -rm -f $(DESTDIR)$(mandir)/man5/abookrc.5
24
25
26 SUBDIRS = intl po
27
28 ACLOCAL_AMFLAGS = -I m4