What is d2mdir?

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: PostgreSQL Hackers ML <pgsql-hackers(at)postgresql(dot)org>
Subject: What is d2mdir?
Date: 2008-09-02 12:10:23
Message-ID: 1220357423.8857.191.camel@laptop.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2008-09-02 12:13:55 Re: [PATCH] Cleanup of GUC units code
Previous Message Hitoshi Harada 2008-09-02 12:08:50 Re: Window functions patch v04 for the September commit fest