Some minor fine tuning.

This commit is contained in:
Oliver Schmidt 2014-02-09 22:57:38 +01:00
parent 0891b8515d
commit c3434817da
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ clean:
../html:
@mkdir $@
../html/%.html: %.sgml | ../html
../html/%.html: %.sgml header.html | ../html
@cd ../html && linuxdoc -B html -s 0 -T $(TOC_LEVEL) -H ../doc/header.html ../doc/$<
../html/doc.%: doc.% | ../html

View File

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<LINK REL="stylesheet" TYPE="text/css" HREF="doc.css"/>
<LINK REL="stylesheet" TYPE="text/css" HREF="doc.css">