moved pseudo target

upgraded to docbook 4.2


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12669 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-05-15 02:00:18 +00:00
parent 586a6dbe43
commit f62b833c30
2 changed files with 2 additions and 6 deletions

View File

@ -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 ;

View File

@ -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<!DOCTYPE refentry PUBLIC \"-//OASIS//DTD DocBook XML V4.1.2//EN\"\n");
printf("\n<!DOCTYPE refentry PUBLIC \"-//OASIS//DTD DocBook XML V4.2//EN\"\n");
printf(" \"%s\">\n", DOCBOOKPATH);
printf("<!--\n\n\tI am looking for help to finish DocBook XML.\n\n-->\n");