diff options
author | Yang Tse <yangsita@gmail.com> | 2012-12-26 23:30:54 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-12-26 23:30:54 +0100 |
commit | ae2a2c99317a611b5b6a4780df1a907a241de91b (patch) | |
tree | 58fb14c2f3797a05978df974017b622f7280d5e3 /src/makefile.dj | |
parent | eb5aa12c8baddeba13594e515e8b0a7d94949177 (diff) | |
download | curl-ae2a2c99317a611b5b6a4780df1a907a241de91b.tar.gz |
curl tool: renaming hugehelp files to tool_hugehelp
Diffstat (limited to 'src/makefile.dj')
-rw-r--r-- | src/makefile.dj | 6 |
1 files changed, 3 insertions, 3 deletions
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 <gvanem@broadpark.no> # -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 # |