home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / src / file31s.zoo / file3.1 / man / makefile.cx < prev    next >
Encoding:
Makefile  |  1991-10-18  |  1.5 KB  |  59 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for GNU fileutils documentation.
  3. # Do not use this makefile directly, but only from `../Makefile'.
  4. # Copyright (C) 1986-1991 Free Software Foundation, Inc.
  5.  
  6. # This program is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2, or (at your option)
  9. # any later version.
  10.  
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. # GNU General Public License for more details.
  15.  
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program; if not, write to the Free Software
  18. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  
  20. SHELL = /bin/sh
  21.  
  22. srcdir = ./man
  23.  
  24.  
  25. MANFILES = gchgrp.1 gchown.1 gchmod.1 gcp.1 gdd.1 gdf.1 gdu.1 ginstall.1 \
  26. gln.1 gls.1 gmkdir.1 gmkfifo.1 gmknod.1 gmv.1 grm.1 grmdir.1 gtouch.1 
  27.  
  28. DISTFILES = Makefile.in $(MANFILES)
  29.  
  30. all:
  31. .PHONY: all
  32.  
  33. install: all
  34.     for f in $(MANFILES); do \
  35.     if test -f $$f; then src=.; else src=$(srcdir); fi; \
  36.     ../src/ginstall -m 644 $$src/$$f \
  37.     $(mandir)/`basename $$f 1`$(manext); done
  38. .PHONY: install
  39.  
  40. tags:
  41. .PHONY: tags
  42.  
  43. TAGS:
  44. .PHONY: TAGS
  45.  
  46. clean:
  47. .PHONY: clean
  48.  
  49. distclean: clean
  50.     rm -f Makefile
  51. .PHONY: distclean
  52.  
  53. realclean: distclean
  54. .PHONY: realclean
  55.  
  56. dist:
  57.     ln $(DISTFILES) ../`cat ../.fname`/man
  58. .PHONY: dist
  59.