about summary refs log tree commit diff stats
path: root/pub.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pub.sh')
-rwxr-xr-xpub.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pub.sh b/pub.sh
index 21c15a9..19351a7 100755
--- a/pub.sh
+++ b/pub.sh
@@ -5,10 +5,12 @@
 fn_clean() {
 	printf "Cleaning... \n"
 	find . -name "*.gmi" -delete
+	find . -name "*.htm" -delete
 }
 
 fn_generate() {
 	txt convert --type=gmi gmi/
+	txt convert --type=htm www/
 }
 
 fn_index() {