19 lines
250 B
Makefile
19 lines
250 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
## Created by Anjuta
|
|
|
|
SUBDIRS = src
|
|
|
|
dist_doc_DATA = \
|
|
README \
|
|
COPYING \
|
|
AUTHORS \
|
|
ChangeLog \
|
|
INSTALL \
|
|
NEWS
|
|
|
|
|
|
|
|
# Remove doc directory on uninstall
|
|
uninstall-local:
|
|
-rm -r $(docdir)
|