Makefile.am 184 B

12345678
  1. ## Process this file with automake to produce Makefile.in
  2. if INSTALL_DEMOS
  3. if WITH_TCL
  4. dist_demo_SCRIPTS = entities.tcl
  5. dist_demo_DATA = entities.tcl.README entities.html
  6. endif
  7. endif