From: <sil...@li...> - 2005-08-12 22:18:02
|
Update of /cvsroot/silgraphite/silgraphite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22239 Modified Files: Makefile.am Log Message: get make distcheck to work Index: Makefile.am =================================================================== RCS file: /cvsroot/silgraphite/silgraphite/Makefile.am,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Makefile.am 25 Oct 2004 19:31:54 -0000 1.16 +++ Makefile.am 12 Aug 2005 22:17:53 -0000 1.17 @@ -14,6 +14,7 @@ dist-hook: find $(distdir) -name CVS | xargs rm -rf cd $(distdir)/contrib && rm -rf fonts freetype pangomod wxHelloWorld XftHelloWorld + chmod +w $(top_srcdir)/contrib/Perl cd $(top_srcdir)/contrib/Perl && perl Makefile.PL cd $(top_srcdir)/contrib/Perl && make realclean |