source: Main/trunk/Document/docgen.conf@ 378

Last change on this file since 378 was 270, checked in by Nishi, on Oct 6, 2024 at 7:13:42 AM

will do later

  • Property svn:keywords set to Id
File size: 345 bytes
Line 
1# vim: syntax=tcl
2# $Id: docgen.conf 270 2024-10-05 22:13:42Z nishi $
3
4set input_directory "input"
5set output_directory "output"
6set title "Tewi HTTPd"
7set icon "../Binary/tewi.png"
8set favicon "../Binary/tewi.png"
9set footer "<a href=\"https://trac.nishi.boats/tewi\">Trac</a>"
10set links ""
11set icon_height 128
12set languages {jp en}
13cd ..
14set VERSION "[exec make get-version]"
15cd Document
Note: See TracBrowser for help on using the repository browser.