diff options
author | Katherine Peeters <katherine.peeters@leagueh.xyz> | 2021-01-01 20:13:00 -0500 |
---|---|---|
committer | Katherine Peeters <katherine.peeters@leagueh.xyz> | 2021-01-01 20:13:00 -0500 |
commit | 412bac39d4a4627397454688de8786e9c6bc8cae (patch) | |
tree | b75bffe384f2d38291b26ea7326065215afc4711 /Makefile | |
parent | 51cca88a632047a8e5a303ad4c31453cdf5dbbd9 (diff) | |
download | loh-website-412bac39d4a4627397454688de8786e9c6bc8cae.tar.gz |
Added LSAND to the website
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -8,9 +8,12 @@ RSS_XML=$(RSS:%.rss=%.xml) all: $(HTML) $(RSS_XML) -%.html: %.md header.html footer.html +%.html: %.md header.html footer.html lsand.html cp header.html $@ markdown $< | sed -e 's/\.md/\.html/g ; /^<h2>.*/i </div><div class="content">' >> $@ + echo "</div>" >> $@ + cat lsand.html >> $@ + lsand -H | tail -n +2 >> $@ cat footer.html >> $@ %.xml: %.rss %.rss.header.xml %.rss.item_header.xml rss_item_footer.xml rss_footer.xml |