summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-13 00:10:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-13 00:10:45 +0000
commit5911485f38a31f2b26ace84e8a3edabd3b7fc056 (patch)
tree39b18cec41997d4736050df5204ca683e3f6b6e7 /docs/Makefile.am
parent6d6de53eb94ce3b34bfc1bbd1f27591567ffe750 (diff)
downloadgnurl-5911485f38a31f2b26ace84e8a3edabd3b7fc056.tar.gz
gnurl-5911485f38a31f2b26ace84e8a3edabd3b7fc056.tar.bz2
gnurl-5911485f38a31f2b26ace84e8a3edabd3b7fc056.zip
use $(NROFF), not gnroff (patch by Domenico Andreoli)
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 1b2d9ff40..a3f9ec44f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -24,7 +24,7 @@ EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS \
VERSIONS KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) \
HISTORY INSTALL libcurl-the-guide $(PDFPAGES)
-MAN2HTML= gnroff -man $< | man2html >$@
+MAN2HTML= $(NROFF) -man $< | man2html >$@
SUFFIXES = .1 .3 .html .pdf