]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build: use roffit 0.11 feature
authorDaniel Stenberg <daniel@haxx.se>
Tue, 22 Mar 2016 09:46:08 +0000 (10:46 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Mar 2016 14:45:17 +0000 (16:45 +0200)
... load file specified as argument.

docs/Makefile.am
docs/libcurl/Makefile.am
docs/libcurl/opts/Makefile.am
tests/Makefile.am

index 1fcc0cf9ab666f68b19a95e076cef071e457d7df..1830467c1bac72cf93480f2eec9a437ba52c0bb9 100644 (file)
@@ -40,7 +40,7 @@ EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS     \
  MAIL-ETIQUETTE HTTP-COOKIES.md SECURITY RELEASE-PROCEDURE SSL-PROBLEMS \
  HTTP2.md ROADMAP.md CODE_OF_CONDUCT.md CODE_STYLE.md
 
-MAN2HTML= roffit $< >$@
+MAN2HTML= roffit $< >$@
 
 SUFFIXES = .1 .html .pdf
 
index 88c4f8dc754944c5cc6b19829224610aea7e540e..f32435aacdf3b59f58a418d46cef46422631c4de 100644 (file)
@@ -5,7 +5,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # This software is licensed as described in the file COPYING, which
 # you should have received as part of this distribution. The terms
@@ -91,7 +91,7 @@ CLEANFILES = $(HTMLPAGES) $(PDFPAGES) $(TESTS) libcurl-symbols.3
 
 EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) ABI \
   symbols-in-versions symbols.pl mksymbolsmanpage.pl
-MAN2HTML= roffit --mandir=. $< >$@
+MAN2HTML= roffit --mandir=. $< >$@
 
 SUFFIXES = .3 .html
 
index 61e564043cef80249abf17cc1335b3a78d1ddd57..00afc0057b46ce136c48a08164de44cf3de8a2e2 100644 (file)
@@ -5,7 +5,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # This software is licensed as described in the file COPYING, which
 # you should have received as part of this distribution. The terms
@@ -407,7 +407,7 @@ PDFPAGES = CURLOPT_ACCEPT_ENCODING.pdf CURLOPT_ACCEPTTIMEOUT_MS.pdf \
 CLEANFILES = $(HTMLPAGES) $(PDFPAGES)
 
 EXTRA_DIST = $(man_MANS) $(HTMLPAGES) $(PDFPAGES)
-MAN2HTML= roffit --mandir=. $< >$@
+MAN2HTML= roffit --mandir=. $< >$@
 
 SUFFIXES = .3 .html
 
index 942ab8fb8f57ef8281a1b2fe3e090479e888ecae..476d6fcd98900e85b282bafd2ec6436ea9d6caf1 100644 (file)
@@ -5,7 +5,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # This software is licensed as described in the file COPYING, which
 # you should have received as part of this distribution. The terms
@@ -49,7 +49,7 @@ PERLFLAGS = -I$(srcdir)
 
 CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid
 
-MAN2HTML= roffit $< >$@
+MAN2HTML= roffit $< >$@
 
 curl:
        @cd $(top_builddir) && $(MAKE)