From: ellson Date: Sat, 12 Jan 2008 04:40:39 +0000 (+0000) Subject: -renaming demo scripts so that they consistently use . for their extent X-Git-Tag: LAST_LIBGRAPH~32^2~4870 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ca8bdc6851f8006357612dfe5f92af8a69ff2ea;p=graphviz -renaming demo scripts so that they consistently use . for their extent -packaging demo scripts in the appropriate graphviz- rpm -fix up php install directories --- diff --git a/tclpkg/tcldot/demo/Makefile.am b/tclpkg/tcldot/demo/Makefile.am index 9b8d76612..e3b486767 100644 --- a/tclpkg/tcldot/demo/Makefile.am +++ b/tclpkg/tcldot/demo/Makefile.am @@ -4,8 +4,8 @@ demodir = $(pkgdatadir)/demo if WITH_TCL -demo_SCRIPTS = doted gcat -demo_DATA = doted.README gcat.README +demo_SCRIPTS = doted.tcl gcat.tcl +demo_DATA = doted.tcl.README gcat.tcl.README endif -EXTRA_DIST = doted gcat doted.README gcat.README +EXTRA_DIST = doted.tcl gcat.tcl doted.tcl.README gcat.tcl.README