diff docs/website/generate-gftp-website.pl @ 310:cf283d076239

2003-11-9 Brian Masney <masneyb@gftp.org> * docs/Makefile.am - clean up documentation in clean target * docs/website/generate-gftp-website.pl docs/website/index.html.in - copy README/FAQ that is automatically generated to the website. * docs/website/install.html docs/website/faq.html - no longer needed anymore. * docs/website/index.html.in - updated the list of languages * ChangeLog-old - updated with brief list of changes since 2.0.15
author masneyb
date Sun, 09 Nov 2003 13:11:37 +0000
parents e599812712f0
children 83cfffb2878a
line wrap: on
line diff
--- a/docs/website/generate-gftp-website.pl	Sat Nov 08 12:23:21 2003 +0000
+++ b/docs/website/generate-gftp-website.pl	Sun Nov 09 13:11:37 2003 +0000
@@ -19,7 +19,7 @@
            "STABLE_I386DEB_GTK" => "gftp-gtk_" . $version . "-1_i386.deb",
            "STABLE_I386DEB_TEXT" => "gftp-text_" . $version . "-1_i386.deb"); 
 
-$tarfiles = "MD5SUMS changelog.html faq.html gftp-screenshot.png index.html install.html logo.jpg robots.txt screenshots.html";
+$tarfiles = "MD5SUMS changelog.html gftp-screenshot.png index.html logo.jpg readme.html robots.txt screenshots.html";
 
 print "Generating MD5SUMS...\n";
 
@@ -131,6 +131,10 @@
 close I;
 close N;
 
+$cmd = "cp ../gftp-faq/gftp-faq.html readme.html";
+print "$cmd\n";
+system ($cmd);
+
 $tarcmd = "tar -jcvf gftp-$version-website.tar.bz2 $tarfiles";
 print "Running $tarcmd...\n";
 system ($tarcmd);