X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=46c77d9ed0f4776f417b5cf40503ddd879d13e0d;hb=edc9055768fed952b30629a9e8fa38ef68761882;hp=9a1d514e9d5a4047e64468c1e3dfce72874fe6a7;hpb=e7d78dd2a75d0ea21a63ac4968df6079b8018cd5;p=wget diff --git a/doc/Makefile.am b/doc/Makefile.am index 9a1d514e..46c77d9e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ # Makefile for `wget' utility -# Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2007, 2008 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 @@ -46,12 +46,13 @@ $(SAMPLERCTEXI): $(srcdir)/sample.wgetrc sed s/@/@@/g $? > $@ info_TEXINFOS = wget.texi -wget_TEXINFOS = fdl.texi +wget_TEXINFOS = fdl.texi sample.wgetrc.munged_for_texi_inclusion -EXTRA_DIST = README.maint sample.wgetrc $(SAMPLERCTEXI) \ +EXTRA_DIST = sample.wgetrc \ + $(SAMPLERCTEXI) \ texi2pod.pl -wget.pod: $(srcdir)/wget.texi $(srcdir)/version.texi +wget.pod: $(srcdir)/wget.texi version.texi $(TEXI2POD) $(srcdir)/wget.texi $@ $(MAN): wget.pod @@ -114,7 +115,3 @@ uninstall.man: CLEANFILES = *~ *.bak *.cat *.pod DISTCLEANFILES = $(MAN) - -realclean: distclean - $(RM) wget.info* - $(RM) $(SAMPLERCTEXI)