X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=doc%2FMakefile.am;h=0ae3adb33a328361a02993661c71271ba447a45c;hp=46c77d9ed0f4776f417b5cf40503ddd879d13e0d;hb=30391ad9b479dfb0538c85c86976ab7fa24bacc2;hpb=259c56016608e599a69b7083530de012349eecf3 diff --git a/doc/Makefile.am b/doc/Makefile.am index 46c77d9e..0ae3adb3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,6 @@ # Makefile for `wget' utility -# Copyright (C) 1995, 1996, 1997, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009 Free Software +# Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -83,12 +84,12 @@ uninstall-local: @COMMENT_IF_NO_POD2MAN@uninstall.man # install man page, creating install directory if necessary install.man: $(MAN) - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man$(manext) + $(mkinstalldirs) $(DESTDIR)$(mandir)/man$(manext) $(INSTALL_DATA) $(MAN) $(DESTDIR)$(mandir)/man$(manext)/$(MAN) # install sample.wgetrc install.wgetrc: $(srcdir)/sample.wgetrc - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) + $(mkinstalldirs) $(DESTDIR)$(sysconfdir) @if test -f $(DESTDIR)$(WGETRC); then \ if cmp -s $(srcdir)/sample.wgetrc $(DESTDIR)$(WGETRC); then echo ""; \ else \