summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-19 19:34:16 +0000
committerJim Meyering <jim@meyering.net>2006-08-19 19:34:16 +0000
commit03ffc923e913e25ed2e1d264a384711954fd5b98 (patch)
tree9bb41c19fccf6d2cff045c92ab89b1af934487c1 /doc
parent0cb751080f1750fbc5f12b30a63bb712001f4c27 (diff)
downloadcoreutils-03ffc923e913e25ed2e1d264a384711954fd5b98.tar.xz
.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in24
1 files changed, 22 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index a51d6d216..bbb86ef16 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -13,6 +13,26 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
+
+# Make coreutils documentation. -*-Makefile-*-
+
+# Copyright (C) 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2004, 2005,
+# 2006 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
@@ -172,7 +192,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/absolute-header.m4 \
$(top_srcdir)/m4/yesno.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
+mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
SOURCES =
@@ -351,7 +371,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
info_TEXINFOS = coreutils.texi
-EXTRA_DIST = perm.texi getdate.texi constants.texi doclicense.texi
+EXTRA_DIST = perm.texi getdate.texi constants.texi fdl.texi
# The following is necessary if the package name is 8 characters or longer.
# If the info documentation would be split into 10 or more separate files,