Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2000 07:41:28 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/groff/grog Makefile
Message-ID:  <200005151441.HAA24009@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/05/15 07:41:28 PDT

  Modified files:
    gnu/usr.bin/groff/grog Makefile 
  Log:
  Don't forget to clean "grog".
  
  Don't use MANDEPEND.  It hasn't had anything to do with dependencies for
  5-6 years, but is still being used, mainly in groff/*/Makefile, where it
  amounts to just a macro giving the list of generated man pages.  Since
  all man pages in groff are generated (from .man to .[1-9]), it's simpler
  to use the source names ({$MANX}) to give the list.
  
  Fixed some other style bugs.
  
  Revision  Changes    Path
  1.2       +4 -8      src/gnu/usr.bin/groff/grog/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005151441.HAA24009>