|
From: <pl...@pi...> - 2008-12-29 13:12:28
|
Hi, I'm trying to follow the tortuous workings of automake to add a new dir for svg javascript. I am is needing help ;) I want to copy the use of the postscriptdir and have defined varibable javascriptdir but cannnot see how to add this to the list of installdirs to get it created and populated. term/Makefile:am__installdirs = "$(DESTDIR)$(luadir)" "$(DESTDIR)$(postscriptdir)" maybe someone familiar with this could point me in the right direction. I have modified svg.trm to read in a script from that dir and insert it as a <script> tag at the top of the SVG output. That much works so I have a mechanism within gnuplot to add interactive content to svg. thanks , Peter. |