Makefile.am 305 B

1234567891011121314151617
  1. docsdir = $(CDE_INSTALLATION_TOP)
  2. docs_DATA = CONTRIBUTORS COPYING copyright HISTORY README.md
  3. MAINTAINERCLEANFILES = Makefile.in \
  4. configure libtool \
  5. config.guess \
  6. config.sub \
  7. config.log \
  8. config.h.in \
  9. install-sh
  10. SUBDIRS = util lib programs include
  11. if BUILD_DOCS
  12. SUBDIRS += doc
  13. endif