Subversion Repositories Tewi

Rev

Rev 267 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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