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");