user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH ssoma] doc: do not override Makefile if POD2* is set
@ 2016-05-30  0:37 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2016-05-30  0:37 UTC (permalink / raw)
  To: meta

MakeMaker will already set this, for us; so do
not override it.
---
 Documentation/include.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/include.mk b/Documentation/include.mk
index 7b64a19..7116f87 100644
--- a/Documentation/include.mk
+++ b/Documentation/include.mk
@@ -6,10 +6,10 @@ RSYNC = rsync
 RSYNC_DEST = ssoma.public-inbox.org:/srv/ssoma/
 docs := README COPYING INSTALL
 INSTALL = install
-POD2MAN = pod2man
+POD2MAN ?= pod2man
 POD2MAN_OPTS = -v -r ssoma --stderr -d 1994-10-02 -c 'ssoma user manual'
 pod2man = $(POD2MAN) $(POD2MAN_OPTS)
-POD2TEXT = pod2text
+POD2TEXT ?= pod2text
 POD2TEXT_OPTS = --stderr
 pod2text = $(POD2TEXT) $(POD2TEXT_OPTS)
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-30  0:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-30  0:37 [PATCH ssoma] doc: do not override Makefile if POD2* is set Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).