]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maintainer-clean, PHONY, ...
authorJim Meyering <jim@meyering.net>
Sat, 13 May 1995 12:22:27 +0000 (12:22 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 May 1995 12:22:27 +0000 (12:22 +0000)
doc/Makefile.in

index 4e52f2727cf9e80ba8483c65336390ee2ea0fbce..512a3defd19440c0d675a322c6dcec7da9f94376 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for GNU file utilities documentation.
-# Copyright (C) 1994 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995 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
@@ -30,8 +30,8 @@ infodir = $(prefix)/info
 
 .SUFFIXES:
 
-DISTFILES = Makefile.in fileutils.texi texinfo.tex fileutils.info \
-perm.texi version.texi getdate.texi
+DISTFILES = Makefile.in texinfo.tex fileutils.texi fileutils.info \
+version.texi perm.texi getdate.texi
 
 all: fileutils.info
 
@@ -50,7 +50,7 @@ fileutils.info: fileutils.texi version.texi
 
 dvi: fileutils.dvi
 
-fileutils.dvi: fileutils.texi version.texi
+fileutils.dvi: fileutils.texi version.texi texinfo.tex
        $(TEXI2DVI) $(srcdir)/fileutils.texi
 
 installdirs:
@@ -77,7 +77,9 @@ clean: mostlyclean
 distclean: clean
        rm -f Makefile
 
-realclean: distclean
+maintainer-clean: distclean
+       @echo "This command is intended for use by maintainers;"
+       @echo "it deletes files that may require special tools to rebuild."
        rm -f fileutils.info version.texi
 
 distdir = ../`cat ../distname`/$(subdir)
@@ -91,6 +93,9 @@ subdir = doc
 Makefile: ../config.status Makefile.in
        cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
 
+.PHONY: all check clean dist distclean dvi info install \
+installdirs maintainer-clean mostlyclean texclean uninstall
+
 # Tell versions [3.59,3.63) of GNU make not to export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: