diff -urP mkws/3.0.3/mkws/README mkws/3.0.8/mkws/README
--- mkws/3.0.3/mkws/README	Tue Sep  8 22:38:11 2020
+++ mkws/3.0.8/mkws/README	Sat Sep  5 20:19:32 2020
@@ -16,13 +16,13 @@
 
 ## Installation (applies to [Linux](https://kernel.org))
 
-You'll have to download [https://mkws.sh/mkws@4.0.0.tgz](
-https://mkws.sh/mkws@4.0.0.tgz). Once you have the archive, unpack
+You'll have to download [https://mkws.sh/mkws@3.0.8.tgz](
+https://mkws.sh/mkws@3.0.8.tgz). Once you have the archive, unpack
 it and rename the newly created directory:
 
 	mkdir -p ~/src/
 	cd ~/src/
-	tar -xzfv ~/Downloads/mkws@4.0.0.tgz
+	tar -xzfv ~/Downloads/mkws@3.0.8.tgz
 	mv ws.sh example.com
 
 ## Make web site
diff -urP mkws/3.0.3/mkws/mkws mkws/3.0.8/mkws/mkws
--- mkws/3.0.3/mkws/mkws	Tue Sep  8 22:38:11 2020
+++ mkws/3.0.8/mkws/mkws	Sat Sep  5 20:19:32 2020
@@ -29,3 +29,6 @@
 
 echo "Making sitemap.xml"
 pp "$sharedir"/sitemap.uppxml "$1" > sitemap.xml
+
+echo "Making robots.txt"
+pp "$sharedir"/robots.upptxt "$1" > robots.txt