From f62b833c30b3d1faf6b362483498740cade52730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 15 May 2005 02:00:18 +0000 Subject: [PATCH] moved pseudo target upgraded to docbook 4.2 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12669 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/rman/Jamfile | 4 ---- src/tools/rman/rman.c | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/tools/rman/Jamfile b/src/tools/rman/Jamfile index 91d0cce101..bb265713cc 100644 --- a/src/tools/rman/Jamfile +++ b/src/tools/rman/Jamfile @@ -1,10 +1,6 @@ SubDir OBOS_TOP src tools rman ; -NotFile doc_files ; -Depends files : doc_files ; - SubDirCcFlags -w ; BinCommand rman : rman.c : ; -Man2Docs rman.1 ; diff --git a/src/tools/rman/rman.c b/src/tools/rman/rman.c index e981e3b2d6..158b53578c 100644 --- a/src/tools/rman/rman.c +++ b/src/tools/rman/rman.c @@ -1536,7 +1536,7 @@ HTML(enum command cmd) { * code to me so that I may share the wealth in the next release. */ -const char *DOCBOOKPATH = "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; +const char *DOCBOOKPATH = "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"; void XML(enum command cmd) { @@ -1610,7 +1610,7 @@ XML(enum command cmd) { /* usual operation */ switch (cmd) { case BEGINDOC: - printf("\n\n", DOCBOOKPATH); printf("\n");