eflxx/esmartxx/Makefile.am

22 lines
330 B
Makefile

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