mirror of https://github.com/Icinga/icinga2.git
27 lines
399 B
Makefile
27 lines
399 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
## Created by Anjuta
|
|
|
|
SUBDIRS = ltdl \
|
|
base \
|
|
jsonrpc \
|
|
configfilecomponent \
|
|
configrpccomponent \
|
|
icinga
|
|
|
|
icinga2docdir = ${prefix}/doc/icinga2
|
|
icinga2doc_DATA = \
|
|
README\
|
|
COPYING\
|
|
AUTHORS\
|
|
ChangeLog\
|
|
INSTALL\
|
|
NEWS
|
|
|
|
|
|
EXTRA_DIST = $(icinga2doc_DATA)
|
|
|
|
|
|
# Remove doc directory on uninstall
|
|
uninstall-local:
|
|
-rm -r $(icinga2docdir)
|