[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with man page installation
From: |
Tom Tromey |
Subject: |
Re: Problem with man page installation |
Date: |
07 Jul 2002 15:46:14 -0600 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
>>>>> "Marco" == Marco Kuhlmann <address@hidden> writes:
Marco> %.3: %.pod
Marco> $(POD2MAN) \
Marco> --section=3 \
Marco> --release="btparse, version @PACKAGE_VERSION@" \
Marco> --center="btparse" \
Marco> --date="@RELEASE_DATE@" \
Marco> $< > $@
If this is a popular thing to do, perhaps someone could implement
direct pod support so we could write:
man_MANS = foo.pod
Tom
- Re: Problem with man page installation,
Tom Tromey <=