]> git.ipfire.org Git - thirdparty/pdns.git/blame - Makefile.am
Move the /pdns/docs folder to /docs
[thirdparty/pdns.git] / Makefile.am
CommitLineData
21557318 1SUBDIRS = modules codedocs docs
0ff5c0a3
RK
2
3if WITH_PDNS_SERVER
4 SUBDIRS += pdns
5endif
6
a0a4ca43
RK
7EXTRA_DIST = \
8 INSTALL \
9 NOTICE \
10 README \
11 build-scripts/redhat/pdns-server-test.spec \
12 build-scripts/semistaticg++ \
13 codedocs/doxygen.conf \
14 contrib/powerdns.solaris.init.d \
15 contrib/systemd-pdns-recursor.service \
16 contrib/systemd-pdns.service \
17 debian \
18 pdns.spec \
a0a4ca43
RK
19 pdns/named.conf.parsertest \
20 regression-tests/zones/unit.test
ac2bb9e7 21
1c48ac84 22ACLOCAL_AMFLAGS = -I m4
3a6d014e 23
918ecac3 24install-exec-local:
cd42e98f 25 -@chmod +x pdns/pdns.init
918ecac3
BH
26 @echo "***********************************************************"
27 @echo
cd42e98f 28 @echo An init.d startup script has been made for you in pdns/pdns.init.
0edbcdff 29 @echo You may want to copy this to /etc/init.d or equivalent.
918ecac3
BH
30 @echo
31 @echo "***********************************************************"
32
f72e3c36 33dvi: # do nothing to build dvi