## ************************************************************************** ## (c) 2009 Ole Reinhardt ## ************************************************************************** ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 MAINTAINERCLEANFILES = \ configure \ Makefile.in \ depcomp \ config.guess \ config.sub \ ltmain.sh \ config.h.in \ missing \ aclocal.m4 \ install-sh SUBDIRS = src qnutconfdocdir = ${prefix}/doc/qnutconf qnutconfdoc_DATA = \ README\ COPYING\ AUTHORS\ ChangeLog\ INSTALL\ NEWS EXTRA_DIST = $(qnutconfdoc_DATA) dist-hook: mkdir -p $(distdir)/src/images cp -R $(srcdir)/src/images/* $(distdir)/src/images/ # Remove doc directory on uninstall uninstall-local: # -rm -r $(qnutconfdocdir)