changeset 2587:800fdbb04bdc octave-forge

Redirect get_contents output to www/developers.in
author adb014
date Thu, 05 Oct 2006 09:34:14 +0000
parents eaa814910860
children 86b645838834
files admin/get_contents www/Makefile
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin/get_contents	Thu Oct 05 09:32:41 2006 +0000
+++ b/admin/get_contents	Thu Oct 05 09:34:14 2006 +0000
@@ -85,7 +85,7 @@
 sub fill_developer_html {  # {{{1
     my (@files, ) = @_;
     my $template = "admin/template.ndev";          # <- reads
-    my $RM       = "doc/new_developer.html";       # <- writes
+    my $RM       = "www/developer.in";       # <- writes
     if (!-r $template) {
         warn "Unable to read the file '$template'; cannot make README\n";
         return;
--- a/www/Makefile	Thu Oct 05 09:32:41 2006 +0000
+++ b/www/Makefile	Thu Oct 05 09:34:14 2006 +0000
@@ -17,7 +17,6 @@
 	wd=`pwd`
 	cd ../admin && ./get_contents
 	cd $(wd)
-	cp ../doc/new_developer.html ./developers.in
 	$(M4) $(MACRO_FILE) developers.in > developers.html
 
 doc: