aboutsummaryrefslogtreecommitdiff
path: root/www/generate.sh
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-04-05 12:33:43 +0000
committerGogs <gogitservice@gmail.com>2017-04-05 12:33:43 +0000
commit5c5b7d947bd62a2b4bfbcfb856df31271e2b866f (patch)
tree4200d8c674d2f0351c68ccf15dfc38ef064ff32e /www/generate.sh
parenta81dbc79f5401d94954fa9efdcda093aa789d4b9 (diff)
parentaa529a3150d1a921c9a48854d89013476f85657a (diff)
downloadlibrebootfr-5c5b7d947bd62a2b4bfbcfb856df31271e2b866f.tar.gz
librebootfr-5c5b7d947bd62a2b4bfbcfb856df31271e2b866f.zip
Merge branch 'nav' of libreboot/libreboot into master
Diffstat (limited to 'www/generate.sh')
-rwxr-xr-xwww/generate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/generate.sh b/www/generate.sh
index dab39ede..27d2a74b 100755
--- a/www/generate.sh
+++ b/www/generate.sh
@@ -1,2 +1,3 @@
#!/bin/bash
+find -L . -name '*.html' -and -not -name 'template.html' -delete
find -L . -name '*.md' -exec ./publish.sh {} \;