mirror of
https://github.com/textmate/textmate.git
synced 2026-01-15 01:38:02 -05:00
We now check for an ‘index.html’ when a file:-link points to a directory. If no such file exist then we show the “Not Found” error page. This is to work with offline docs that doesn’t include the ‘index.html’ in the URL.
6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
SOURCES = src/**/*.mm
|
|
EXPORT = src/HTMLOutput.h
|
|
CP_Resources = resources/*
|
|
LINK += text io ns document command OakAppKit OakFoundation OakSystem
|
|
FRAMEWORKS = Cocoa WebKit
|