summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-06-26 12:18:56 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-06-26 12:18:56 +0200
commitde769c0a42d97f2e4f69fe10a2b48c703093b263 (patch)
tree7f345bffc3fb3ea8f705298b77094a309bb39e54
parentc49269967aecaa4635183ebc91f56edebc10922d (diff)
downloadcurl-bagder/make-build-docs-from-src.tar.gz
src/Makefile.am: remove BUILT_SOURCES and $(MANPAGE) targetbagder/make-build-docs-from-src
Suggested-by: Simon Warta
-rw-r--r--src/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e98e4d16e..861668467 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -83,7 +83,6 @@ libcurltool_la_LDFLAGS = -static $(LINKFLAGS)
libcurltool_la_SOURCES = $(curl_SOURCES)
endif
-BUILT_SOURCES = tool_hugehelp.c
CLEANFILES = tool_hugehelp.c
# Use the C locale to ensure that only ASCII characters appear in the
# embedded text.
@@ -103,9 +102,6 @@ HUGE=tool_hugehelp.c
if USE_MANUAL
# Here are the stuff to create a built-in manual
-$(MANPAGE):
- cd $(top_builddir)/docs && $(MAKE)
-
if HAVE_LIBZ
# This generates the tool_hugehelp.c file in both uncompressed and
# compressed formats.