[rkward-cvs] rkward/rkward Makefile.am,1.62,1.63
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Sun Nov 13 13:16:11 UTC 2005
Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10672
Modified Files:
Makefile.am
Log Message:
Include wrapper script sources in dist
Index: Makefile.am
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/Makefile.am,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** Makefile.am 10 Nov 2005 22:38:16 -0000 1.62
--- Makefile.am 13 Nov 2005 13:16:09 -0000 1.63
***************
*** 65,73 ****
# all the perl script does is fill in the placeholder for R_HOMEDIR
rkward:
! ./makerkwardscript.pl rkward.sh.template "$(R_HOMEDIR)" > rkward; \
chmod 744 rkward
CLEANFILES = rkward
messages: rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
--- 65,75 ----
# all the perl script does is fill in the placeholder for R_HOMEDIR
rkward:
! perl ./makerkwardscript.pl rkward.sh.template "$(R_HOMEDIR)" > rkward; \
chmod 744 rkward
CLEANFILES = rkward
+ EXTRA_DIST = makerkwardscript.pl rkward.sh.template
+
messages: rc.cpp
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
More information about the rkward-tracker
mailing list