]> git.deb.at Git - pkg/abook.git/blob - Makefile.am
initial readline support
[pkg/abook.git] / Makefile.am
1
2 bin_PROGRAMS = abook
3
4 abook_SOURCES = abook.c database.c filter.c list.c misc.c conff.c \
5                 options.c edit.c ldif.c ui.c getname.c \
6                 getopt.c getopt1.c abook_rl.c \
7                 abook.h database.h filter.h list.h misc.h help.h conff.h \
8                 options.h edit.h ldif.h abook_curses.h ui.h getname.h \
9                 getopt.h abook_rl.h
10
11 EXTRA_DIST = ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc
12
13 install-data-local:
14         $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
15         $(INSTALL_DATA) $(srcdir)/abook.1 $(DESTDIR)$(mandir)/man1/
16         $(INSTALL_DATA) $(srcdir)/abookrc.5 $(DESTDIR)$(mandir)/man5/
17
18 uninstall-local:
19         -rm -f $(DESTDIR)$(mandir)/man1/abook.1
20         -rm -f $(DESTDIR)$(mandir)/man5/abookrc.5