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.m32 | |
parent | eb5aa12c8baddeba13594e515e8b0a7d94949177 (diff) | |
download | curl-ae2a2c99317a611b5b6a4780df1a907a241de91b.tar.gz |
curl tool: renaming hugehelp files to tool_hugehelp
Diffstat (limited to 'src/Makefile.m32')
-rw-r--r-- | src/Makefile.m32 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 766fc733f..b60ccd57c 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -296,11 +296,11 @@ curl.exe: $(RESOURCE) $(curl_OBJECTS) $(curl_DEPENDENCIES) $(CC) $(LDFLAGS) -o $@ $< $(curl_OBJECTS) $(curl_LDADD) # We don't have nroff normally under win32 -# hugehelp.c: $(PROOT)/docs/MANUAL $(PROOT)/docs/curl.1 mkhelp.pl -# @$(call DEL, hugehelp.c) -# $(NROFF) -man $(PROOT)/docs/curl.1 | $(PERL) mkhelp.pl $(PROOT)/docs/MANUAL > hugehelp.c +# tool_hugehelp.c: $(PROOT)/docs/MANUAL $(PROOT)/docs/curl.1 mkhelp.pl +# @$(call DEL, tool_hugehelp.c) +# $(NROFF) -man $(PROOT)/docs/curl.1 | $(PERL) mkhelp.pl $(PROOT)/docs/MANUAL > tool_hugehelp.c -hugehelp.c: +tool_hugehelp.c: @echo Creating $@ @$(call COPY, $@.cvs, $@) @@ -311,8 +311,8 @@ hugehelp.c: $(RC) $(RCFLAGS) $< -o $@ clean: -ifeq "$(wildcard hugehelp.c.cvs)" "hugehelp.c.cvs" - @$(call DEL, hugehelp.c) +ifeq "$(wildcard tool_hugehelp.c.cvs)" "tool_hugehelp.c.cvs" + @$(call DEL, tool_hugehelp.c) endif @$(call DEL, $(curl_OBJECTS) $(curlx_OBJECTS) $(RESOURCE)) |