minor fix to force html build

Original commit message from CVS:
minor fix to force html build
This commit is contained in:
Thomas Vander Stichele 2003-10-08 15:05:09 +00:00
parent b8dc98969c
commit f8e21cbdbe

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)