mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
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
This commit is contained in:
parent
73a2fcea0b
commit
11c2fb0446
@ -170,7 +170,7 @@ dist-hook:
|
|||||||
(distit=`find $(srcdir) -name "*.dist" | grep -v ./ares/`; \
|
(distit=`find $(srcdir) -name "*.dist" | grep -v ./ares/`; \
|
||||||
for file in $$distit; do \
|
for file in $$distit; do \
|
||||||
strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
|
strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
|
||||||
cp $$file $(distdir)$$strip; \
|
cp -p $$file $(distdir)$$strip; \
|
||||||
done)
|
done)
|
||||||
|
|
||||||
html:
|
html:
|
||||||
|
3
maketgz
3
maketgz
@ -139,6 +139,9 @@ fi
|
|||||||
echo "update man pages"
|
echo "update man pages"
|
||||||
./scripts/updatemanpages.pl $version
|
./scripts/updatemanpages.pl $version
|
||||||
|
|
||||||
|
# make the generated file newer than the man page
|
||||||
|
touch src/tool_hugehelp.c
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
#
|
#
|
||||||
# Update the IDE files
|
# Update the IDE files
|
||||||
|
Loading…
Reference in New Issue
Block a user