diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-13 00:10:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-13 00:10:45 +0000 |
commit | 5911485f38a31f2b26ace84e8a3edabd3b7fc056 (patch) | |
tree | 39b18cec41997d4736050df5204ca683e3f6b6e7 /docs/Makefile.am | |
parent | 6d6de53eb94ce3b34bfc1bbd1f27591567ffe750 (diff) | |
download | curl-5911485f38a31f2b26ace84e8a3edabd3b7fc056.tar.gz |
use $(NROFF), not gnroff (patch by Domenico Andreoli)
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
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 |