projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77ba0d3
)
chmod the hugehelp.c in the dist hook to make distcheck run fine
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 6 Aug 2003 22:14:39 +0000
(22:14 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 6 Aug 2003 22:14:39 +0000
(22:14 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 5a6e7bebd1cfb68453e56046d9c398a7ac53efab..5db53357ae5732de061719e85c2802242491d2a3 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-50,4
+50,5
@@
hugehelp.c: $(README) $(MANPAGE) mkhelp.pl
# for distribution, generate an uncompressed help file!
dist-hook:
+ chmod 0666 $(distdir)/hugehelp.c
$(NROFF) -man $(MANPAGE) | $(PERL) $(MKHELP) $(README) > $(distdir)/hugehelp.c