# 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
.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
dvi: fileutils.dvi
-fileutils.dvi: fileutils.texi version.texi
+fileutils.dvi: fileutils.texi version.texi texinfo.tex
$(TEXI2DVI) $(srcdir)/fileutils.texi
installdirs:
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)
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: