home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume35 / procmail / part01 / procmail280 / man / Makefile.0 next >
Encoding:
Makefile  |  1993-02-05  |  531 b   |  30 lines

  1.  
  2. #$Id: Makefile.0,v 1.3 1992/11/11 13:58:11 berg Exp $
  3.  
  4. all: $(MANSS)
  5.  
  6. make:
  7.     @$(SHELL) -c "exit 0"
  8.  
  9. ../new:
  10.     @-mkdir $@ 2>$(DEVNULL); exit 0
  11.  
  12. man.sed: man_sed
  13.  
  14. man_sed:
  15.     cd ../src; $(MAKE) ../man/man.sed
  16.  
  17. clean:
  18.     $(RM) $(MANSS) man.sed _Makefile core
  19.  
  20. Makefile: ../Makefile Makefile.0
  21.     @echo "You have made changes to the master Makefile, in order for"
  22.     @echo "these changes to show through, you will have to do first:"
  23.     @echo "$(MAKE) makefiles"
  24.  
  25. makefiles Makefiles makefile:
  26.     cd ..; $(MAKE) makefiles
  27.  
  28. init:
  29.     cd ..; $(MAKE) $@
  30.