Files
textmate/Frameworks/HTMLOutput/target
Allan Odgaard c456d7e035 Handle linking to directories in HTML output
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.
2013-02-15 15:27:54 +01:00

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