Subversion Repositories Tewi

Rev

Rev 270 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
267 nishi 1
# vim: syntax=tcl
2
# $Id: docgen.conf 417 2024-11-23 13:34:54Z nishi $
3
 
4
set input_directory "input"
5
set output_directory "output"
417 nishi 6
set author "Nishi"
267 nishi 7
set title "Tewi HTTPd"
8
set icon "../Binary/tewi.png"
9
set favicon "../Binary/tewi.png"
10
set footer "<a href=\"https://trac.nishi.boats/tewi\">Trac</a>"
11
set links ""
12
set icon_height 128
13
set languages {jp en}
270 nishi 14
cd ..
15
set VERSION "[exec make get-version]"
16
cd Document