123456789101112131415161718192021222324252627282930 |
- ## Process this file with automake to produce Makefile.in
- ## Created by Anjuta
- SUBDIRS = src po
- dist_doc_DATA = \
- README \
- COPYING \
- AUTHORS \
- ChangeLog \
- INSTALL \
- NEWS
- INTLTOOL_FILES = intltool-extract.in \
- intltool-merge.in \
- intltool-update.in
- EXTRA_DIST = \
- $(INTLTOOL_FILES)
- DISTCLEANFILES = intltool-extract \
- intltool-merge \
- intltool-update \
- po/.intltool-merge-cache
- # Remove doc directory on uninstall
- uninstall-local:
- -rm -r $(docdir)
|