What is d2mdir? - Mailing list pgsql-hackers

From Devrim GÜNDÜZ
Subject What is d2mdir?
Date
Msg-id 1220357423.8857.191.camel@laptop.gunduz.org
Whole thread Raw
Responses Re: What is d2mdir?  (Abhijit Menon-Sen <ams@oryx.com>)
List pgsql-hackers
$ grep -i D2MDIR * -R
doc/src/sgml/Makefile:D2MSCRIPT= $(D2MDIR)/docbook2man-spec.pl

I could not find anything in the code related to this. I am trying to
create man pages in -HEAD, and getting an error:

[devrim@laptop sgml]$ make man
onsgmls  -D . postgres.sgml | sgmlspl /docbook2man-spec.pl --lowercase
--section l --date "`date '+%Y-%m-%d'`"
FATAL: /docbook2man-spec.pl does not exist.
make: *** [man] Error 2

Ok, but I need to specify a path for that script.

How should I fix this?

Regards,
--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr                  http://www.gunduz.org

pgsql-hackers by date:

Previous
From: "Hitoshi Harada"
Date:
Subject: Re: Window functions patch v04 for the September commit fest
Next
From: Gregory Stark
Date:
Subject: Re: [PATCH] Cleanup of GUC units code