## Process this file with automake to produce Makefile.in ## Created by Anjuta SUBDIRS = src exampledocdir = ${prefix}/doc/example exampledoc_DATA = \ README\ COPYING\ AUTHORS\ ChangeLog\ INSTALL\ NEWS EXTRA_DIST = $(exampledoc_DATA) # Remove doc directory on uninstall uninstall-local: -rm -r $(exampledocdir)