From ae2a2c99317a611b5b6a4780df1a907a241de91b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 26 Dec 2012 23:30:54 +0100 Subject: curl tool: renaming hugehelp files to tool_hugehelp --- src/makefile.dj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/makefile.dj') diff --git a/src/makefile.dj b/src/makefile.dj index 094ef665a..37db70a14 100644 --- a/src/makefile.dj +++ b/src/makefile.dj @@ -3,7 +3,7 @@ # Gisle Vanem # -DEPEND_PREREQ = # hugehelp.c +DEPEND_PREREQ = # tool_hugehelp.c top_srcdir = .. TOPDIR = .. @@ -46,14 +46,14 @@ $(PROGRAM): $(OBJECTS) ../lib/libcurl.a # # groff 1.18+ requires "-P -c" # -hugehelp.c: ../docs/MANUAL ../docs/curl.1 mkhelp.pl +tool_hugehelp.c: ../docs/MANUAL ../docs/curl.1 mkhelp.pl groff -Tascii -man ../docs/curl.1 | \ perl -w mkhelp.pl ../docs/MANUAL > $@ # clean generated files # genclean: - - $(DELETE) hugehelp.c + - $(DELETE) tool_hugehelp.c # clean object files and subdir # -- cgit v1.2.3