Add torreas
This commit is contained in:
parent
6781bbe938
commit
4c6e5346e7
10 changed files with 100 additions and 2 deletions
9
Makefile
9
Makefile
|
|
@ -67,7 +67,10 @@ PAGES=\
|
|||
"tuwf/man/xml.pod https://g.blicky.net/tuwf.git/plain/lib/TUWF/XML.pod TUWF::XML Documentation"\
|
||||
"ylib.pod https://g.blicky.net/ylib.git/plain/README.pod Ylib"\
|
||||
"yxml.md"\
|
||||
"yxml/man.md https://g.blicky.net/yxml.git/plain/yxml.md"
|
||||
"yxml/man.md https://g.blicky.net/yxml.git/plain/yxml.md"\
|
||||
"torreas.md"\
|
||||
"torreas/changes.log https://g.blicky.net/torreas.git/plain/ChangeLog Torreas Release History"\
|
||||
"torreas/man.pod https://g.blicky.net/torreas.git/plain/torreas.pod Torreas Manual"
|
||||
|
||||
|
||||
# Files generated by mkfeed.pl
|
||||
|
|
@ -78,7 +81,8 @@ FEEDS=\
|
|||
pub/ncdu/feed.atom\
|
||||
pub/nginx-confgen/feed.atom\
|
||||
pub/tuwf/feed.atom\
|
||||
pub/yxml/feed.atom
|
||||
pub/yxml/feed.atom\
|
||||
pub/torreas/feed.atom
|
||||
|
||||
|
||||
# Files we need to download
|
||||
|
|
@ -149,6 +153,7 @@ ${HTML_OUT}: pub/%.html: dat/%.md template.html
|
|||
nginx-confgen*) echo "nginx-confgen";;\
|
||||
tuwf*) echo "tuwf";;\
|
||||
yxml*) echo "yxml";;\
|
||||
torreas*) echo "torreas";;\
|
||||
*) echo "main";;\
|
||||
esac)\
|
||||
-o "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue