minor fix to trigger html build

Original commit message from CVS:

minor fix to trigger html build
This commit is contained in:
Thomas Vander Stichele 2003-10-08 15:04:51 +00:00
parent 37c5c860fe
commit 63d21b3e7a

View file

@ -2,7 +2,7 @@
# I really don't like this hack, but automake doesn't seem to want to
# install directory trees :(
install-data-local:
install-data-local: html
mkdir -p $(docdir)
cp -pr $(HTML_DAT) $(docdir)