mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 01:14:26 +08:00
Do not make documentation generation depend on Makefile
darcs-hash:20070216200015-ac50b-981a883d95acd776e1e58d6ca74f95b5494fd305.gz
This commit is contained in:
parent
31ca1218d4
commit
58755fc579
@ -395,7 +395,7 @@ doc.h: $(HDR_FILES)
|
||||
cat $*.txt >>$@;
|
||||
echo "*/" >>$@
|
||||
|
||||
%: %.in Makefile
|
||||
%: %.in
|
||||
sed <$@.in >$@ \
|
||||
-e "s,@sysconfdir\@,$(sysconfdir),g" \
|
||||
-e "s,@datadir\@,$(datadir),g" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user