mirror of https://github.com/odrling/Aegisub
Whoops, HTML_FILE_EXTENSION got set to 'html' instead of '.html'. The former doesn't work very well..
Originally committed to SVN as r3318.
This commit is contained in:
parent
1e3b7678fc
commit
b9b7460a8f
|
@ -125,7 +125,7 @@ IGNORE_PREFIX =
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
GENERATE_HTML = YES
|
GENERATE_HTML = YES
|
||||||
HTML_OUTPUT = ./
|
HTML_OUTPUT = ./
|
||||||
HTML_FILE_EXTENSION = html
|
HTML_FILE_EXTENSION = .html
|
||||||
HTML_HEADER = html_header.html
|
HTML_HEADER = html_header.html
|
||||||
HTML_FOOTER =
|
HTML_FOOTER =
|
||||||
HTML_STYLESHEET =
|
HTML_STYLESHEET =
|
||||||
|
|
Loading…
Reference in New Issue