[Astpp-commit] SF.net SVN: astpp:[2291] trunk/Makefile
Brought to you by:
darrenkw
From: <dar...@us...> - 2009-10-15 02:09:11
|
Revision: 2291 http://astpp.svn.sourceforge.net/astpp/?rev=2291&view=rev Author: darrenkw Date: 2009-10-15 02:08:55 +0000 (Thu, 15 Oct 2009) Log Message: ----------- Add gettext_pp. Modified Paths: -------------- trunk/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2009-10-14 01:32:06 UTC (rev 2290) +++ trunk/Makefile 2009-10-15 02:08:55 UTC (rev 2291) @@ -138,6 +138,7 @@ perl -MCPAN -e "install HTML::Template::Expr"; perl -MCPAN -e "install DateTime::TimeZone"; perl -MCPAN -e "install DateTime"; + perl -MCPAN -e "install Locale::gettext_pp"; cd modules/ASTPP && perl Makefile.PL && make && make install && cd ../../ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |