Makefile.am 468 B

123456789101112131415161718192021222324252627282930
  1. ## Process this file with automake to produce Makefile.in
  2. ## Created by Anjuta
  3. SUBDIRS = src po
  4. dist_doc_DATA = \
  5. README \
  6. COPYING \
  7. AUTHORS \
  8. ChangeLog \
  9. INSTALL \
  10. NEWS
  11. INTLTOOL_FILES = intltool-extract.in \
  12. intltool-merge.in \
  13. intltool-update.in
  14. EXTRA_DIST = \
  15. $(INTLTOOL_FILES)
  16. DISTCLEANFILES = intltool-extract \
  17. intltool-merge \
  18. intltool-update \
  19. po/.intltool-merge-cache
  20. # Remove doc directory on uninstall
  21. uninstall-local:
  22. -rm -r $(docdir)