Do not make documentation generation depend on Makefile

darcs-hash:20070216200015-ac50b-981a883d95acd776e1e58d6ca74f95b5494fd305.gz
This commit is contained in:
axel 2007-02-17 06:00:15 +10:00
parent 31ca1218d4
commit 58755fc579

View file

@ -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" \