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:
parent
586a6dbe43
commit
f62b833c30
@ -1,10 +1,6 @@
|
|||||||
SubDir OBOS_TOP src tools rman ;
|
SubDir OBOS_TOP src tools rman ;
|
||||||
|
|
||||||
NotFile doc_files ;
|
|
||||||
Depends files : doc_files ;
|
|
||||||
|
|
||||||
SubDirCcFlags -w ;
|
SubDirCcFlags -w ;
|
||||||
|
|
||||||
BinCommand rman : rman.c : ;
|
BinCommand rman : rman.c : ;
|
||||||
|
|
||||||
Man2Docs rman.1 ;
|
|
||||||
|
@ -1536,7 +1536,7 @@ HTML(enum command cmd) {
|
|||||||
* code to me so that I may share the wealth in the next release.
|
* 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
|
void
|
||||||
XML(enum command cmd) {
|
XML(enum command cmd) {
|
||||||
@ -1610,7 +1610,7 @@ XML(enum command cmd) {
|
|||||||
/* usual operation */
|
/* usual operation */
|
||||||
switch (cmd) {
|
switch (cmd) {
|
||||||
case BEGINDOC:
|
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(" \"%s\">\n", DOCBOOKPATH);
|
||||||
|
|
||||||
printf("<!--\n\n\tI am looking for help to finish DocBook XML.\n\n-->\n");
|
printf("<!--\n\n\tI am looking for help to finish DocBook XML.\n\n-->\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user