X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=f9db45d465fd9da0aa705255516293c8db3b8e6a;hb=76d513fc3b7e7e267875fd965023dda71a635e1d;hp=51ffeeee2de7db0906002de9fa0db304db955590;hpb=e90835e4a81a15a3f62e904f7e7771493bac9a2e;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 51ffeee..f9db45d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2009 Index Data +## Copyright (C) 1995-2010 Index Data SUBDIRS = common @@ -101,12 +101,12 @@ dist-hook: done doc-clean: - rm -f *.html *.[0-9] *.pdf + rm -f manref.xml *.html *.[0-9] *.pdf install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ for p in $$d/*.html; do \ - $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \ + $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \ done uninstall-hook: