]> granicus.if.org Git - curl/commit
dist: make the hugehelp.c not get regenerated unnecessarily
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Jun 2017 20:03:37 +0000 (22:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Jun 2017 14:44:37 +0000 (15:44 +0100)
commit11c2fb04467520b82f2251629710e6d4a0798700
tree8cd6b593a1e0f2ad0f15a098f8131afb033eab60
parent73a2fcea0b4adea6ba342cd7ed1149782c214ae3
dist: make the hugehelp.c not get regenerated unnecessarily

The maketgz script now makes sure the generated hugehelp.c file in the
tarball is newer than the generated curl.1 man page, so that it doesn't
have to get unnecessarily rebuilt first thing in a typical build. It
thus also removes the need for perl to build off a plain release
tarball.

Fixes #1565
Makefile.am
maketgz