From 0891b8515d6eeb11ee01e4eb8aee4712b5b85fa1 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Sun, 9 Feb 2014 22:50:01 +0100
Subject: [PATCH] Adjusted linuxdoc parameters.
---
doc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile b/doc/Makefile
index 19dd8836c..0211a4de9 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -28,7 +28,7 @@ clean:
@mkdir $@
../html/%.html: %.sgml | ../html
- @cd ../html && linuxdoc -B html -s=0 -T=$(TOC_LEVEL) -H ../doc/header.html ../doc/$<
+ @cd ../html && linuxdoc -B html -s 0 -T $(TOC_LEVEL) -H ../doc/header.html ../doc/$<
../html/doc.%: doc.% | ../html
cp $< ../html
--
2.39.5