diff options
author | Katherine Peeters <katherine.peeters@leagueh.xyz> | 2021-09-25 21:22:49 -0700 |
---|---|---|
committer | Katherine Peeters <katherine.peeters@leagueh.xyz> | 2021-09-25 21:22:49 -0700 |
commit | afa8bec85bbc48ab42a2841df5de80a2f660aacd (patch) | |
tree | fa9f5d882d78322443dcff09de0ffe392a133d67 /Makefile | |
parent | a3fa9f798721de8cdd773976db3d4da40f40868e (diff) | |
download | loh-website-afa8bec85bbc48ab42a2841df5de80a2f660aacd.tar.gz |
Removed lsand
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,8 +13,6 @@ all: $(HTML) $(RSS_XML) cp header.html $@ ./gmi2html < $< | sed -e 's/\.gmi/\.html/g ; /^<h2>.*/i </div><div class="content">' >> $@ echo "</div>" >> $@ - echo "<br />" >> $@ - #lsand -H | tail -n +2 >> $@ cat footer.html >> $@ %.xml: %.rss %.rss.header.xml %.rss.item_header.xml rss_item_footer.xml rss_footer.xml |