|
From: Rafael L. <rla...@us...> - 2003-02-19 17:34:53
|
Update of /cvsroot/plplot/plplot/doc/docbook
In directory sc8-pr-cvs1:/tmp/cvs-serv16832/doc/docbook
Modified Files:
Makefile.am
Log Message:
Changed the instances of @VARIABLE@ to $(VARIABLE) in all Makefile.am's, as
I proposed in plplot-devel. This huge change has been successfully tested
with my automatic Debian packages generator. Hope that nothing is broken
now.
If you are wondering how I got it so quickly and so reliably, here is the
simple shell command that does the trick:
perl -pi -e 's/@([-_a-zA-Z0-9]+)@/\$($1)/g' `find . -name Makefile.am`
[I love Perl.]
|