1 # this file adds rules for installing html subtrees
2 # I really don't like this hack, but automake doesn't seem to want to
3 # install directory trees :(
6 install-data-local: html
7 $(mkinstalldirs) $(DESTDIR)$(docdir)/$(DOC)
8 cp -pr $(HTML_DAT) $(DESTDIR)$(docdir)/$(DOC)
11 for part in $(HTML_DAT); do rm -rf $(DESTDIR)$(docdir)/$(DOC)/$$part; done