minor fix to trigger html build
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 8 Oct 2003 15:04:51 +0000 (15:04 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 8 Oct 2003 15:04:51 +0000 (15:04 +0000)
Original commit message from CVS:

minor fix to trigger html build

docs/htmlinstall.mak

index fafd23b..f0e24c6 100644 (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)