test
This commit is contained in:
parent
6218c3b0af
commit
ad5a1ca636
5 changed files with 4 additions and 8 deletions
3
Makefile
3
Makefile
|
|
@ -72,5 +72,4 @@ $(BUILDDIR)/index: $(SRCDIR)/index.md $(articles_ansi) | $(BUILDDIR)
|
|||
pandoc $< --template $(template_ansi) --metadata-file $(article_list) --to ansi --output $@
|
||||
|
||||
$(BUILDDIR)/rssfeed.xml: $(SRCDIR)/rssfeed.md $(articles_html) | $(BUILDDIR)
|
||||
|
||||
pandoc $< --template $(template_rss) --metadata-file $(article_list) --to html --output $@
|
||||
pandoc $< --template $(template_rss) --metadata-file $(article_list) --metadata=builddate:"$(shell date --rfc-2822)" --to html --output $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue