Makefile.am (866B)
1 # This Makefile is in the public domain 2 AM_CPPFLAGS = -I$(top_srcdir)/src/include 3 SUBDIRS = . doxygen 4 5 man_MANS = \ 6 prebuilt/man/challenger-admin.1 \ 7 prebuilt/man/challenger-config.1 \ 8 prebuilt/man/challenger-dbconfig.1 \ 9 prebuilt/man/challenger-dbinit.1 \ 10 prebuilt/man/challenger-httpd.1 \ 11 prebuilt/man/challenger.conf.5 12 13 info_TEXINFOS = \ 14 prebuilt/texinfo/challenger.texi 15 16 install-info-local: 17 @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)/challenger-figures'"; \ 18 $(MKDIR_P) "$(DESTDIR)$(infodir)/challenger-figures" || exit 1; \ 19 echo " $(INSTALL_DATA) challenger.png '$(DESTDIR)$(infodir)/challenger-figures'"; \ 20 $(INSTALL_DATA) '$(srcdir)/prebuilt/texinfo/challenger-figures/challenger.png' "$(DESTDIR)$(infodir)/challenger-figures" || exit 1; 21 22 EXTRA_DIST = \ 23 $(man_MANS) \ 24 $(info_TEXINFOS) \ 25 prebuilt/texinfo/challenger-figures/challenger.png