From 70454ca2c330d9e96225e4b112e4da802b59fdfc Mon Sep 17 00:00:00 2001 From: William Joye Date: Thu, 3 Jan 2019 11:35:14 -0500 Subject: DS9: fixed a problem with MacOS Aqua and Windows unable to locate ds9 parser scripts at startup --- ds9/doc/release/r8.1.html | 1 + ds9/make.include | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ds9/doc/release/r8.1.html b/ds9/doc/release/r8.1.html index 765d3a2..2053bc9 100644 --- a/ds9/doc/release/r8.1.html +++ b/ds9/doc/release/r8.1.html @@ -30,6 +30,7 @@
  • 12.27.2018 TKSAO: update TEA to 3.13.
  • 12.29.2018 TKMACOSX: update TEA to 3.13.
  • 12.29.2018 TKWIN: update TEA to 3.13.
  • +
  • 01.03.2019 DS9: fixed a problem with MacOS Aqua and Windows unable to locate ds9 parser scripts at startup.
  • xx.xx.2018 RELEASE version 8.1b1
  • diff --git a/ds9/make.include b/ds9/make.include index 0d0e028..45cd78c 100644 --- a/ds9/make.include +++ b/ds9/make.include @@ -9,11 +9,13 @@ vpath %.fcl $(prefix)/ds9/parsers $(prefix)/ds9/parsers/%parser.tcl : %parser.tac tclsh $(prefix)/taccle/taccle.tcl -p $* -d $< # tclsh $(prefix)/taccle/taccle.tcl -p $* -d -w -v $< + echo "package provide DS9 1.0" | cat - $@ > tmp && mv tmp $@ # -d debug $(prefix)/ds9/parsers/%lex.tcl : %lex.fcl tclsh $(prefix)/fickle/fickle.tcl -P $* $< # tclsh $(prefix)/fickle/fickle.tcl -P $* -d $< + echo "package provide DS9 1.0" | cat - $@ > tmp && mv tmp $@ #--------------------------library -- cgit v0.12