]> git.deb.at Git - pkg/abook.git/blob - Makefile.am
Initial revision
[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 estr.c \
6                 abook.h database.h filter.h list.h misc.h help.h conff.h \
7                 options.h edit.h ldif.h estr.h abook_curses.h
8
9 EXTRA_DIST = ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc
10
11 install-data-local:
12         $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
13         $(INSTALL_DATA) $(srcdir)/abook.1 $(DESTDIR)$(mandir)/man1/
14         $(INSTALL_DATA) $(srcdir)/abookrc.5 $(DESTDIR)$(mandir)/man5/
15
16 uninstall-local:
17         -rm -f $(DESTDIR)$(mandir)/man1/abook.1
18         -rm -f $(DESTDIR)$(mandir)/man5/abookrc.5