[interchange-cvs] interchange - heins modified Makefile.PL

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Fri Feb 1 08:52:01 2002


User:      heins
Date:      2002-02-01 13:51:46 GMT
Modified:  .        Makefile.PL
Log:
	* Install the new code/ directory.

Revision  Changes    Path
2.13      +3 -0      interchange/Makefile.PL


rev 2.13, prev_rev 2.12
Index: Makefile.PL
===================================================================
RCS file: /anon_cvs/repository/interchange/Makefile.PL,v
retrieving revision 2.12
retrieving revision 2.13
diff -u -r2.12 -r2.13
--- Makefile.PL	30 Dec 2001 18:22:51 -0000	2.12
+++ Makefile.PL	1 Feb 2002 13:51:46 -0000	2.13
@@ -474,6 +474,9 @@
 		# install share/ files from MANIFEST
 		chomp(my @sharefiles = grep m:^share/:, @files);
 		install_file('.', $realdir, $_) for @sharefiles;
+		# install code/ files from MANIFEST
+		chomp(my @codefiles = grep m:^code/:, @files);
+		install_file('.', $realdir, $_) for @codefiles;
 		# create symbolic links for images used for
 		# other languages either not yet translated
 		# or without embedded text