[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / doc / usd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/doc/usd/Makefile between version 1.24 and 1.25

version 1.24, 2007/11/29 12:35:05 version 1.25, 2014/07/05 19:22:04
Line 15 
Line 15 
 # 16.awk 21.troff 22.trofftut 23.eqn 24.eqnguide  # 16.awk 21.troff 22.trofftut 23.eqn 24.eqnguide
 # 25.tbl 26.refer 27.invert 29.diction  # 25.tbl 26.refer 27.invert 29.diction
   
 BINDIR= /usr/share/doc/usd  
 .if ${MKDOC} != "no"  
 FILES=  00.contents Makefile Title  
 .endif  
 SUBDIR+=01.begin 17.msmacros 18.msdiffs 19.memacros 20.meref  SUBDIR+=01.begin 17.msmacros 18.msdiffs 19.memacros 20.meref
 .if !make(install)  #SUBDIR+=04.csh 07.mail 11.edit 12.ex 13.viref
 SUBDIR+=04.csh 07.mail 11.edit 12.ex 13.viref  #SUBDIR+=30.rogue 31.trek
 SUBDIR+=30.rogue 31.trek  
 .endif  
   
 Title.ps: ${FILES}  SECTION=usd
         ${TOOL_ROFF_PS} -ms Title > ${.TARGET}  SUBARTICLES=title contents
   SRCS.title=Title
   SRCS.contents=00.contents
   MACROS=-ms
   
 contents.ps: ${FILES}  .include <bsd.doc.mk>
         ${TOOL_ROFF_PS} -ms 00.contents > ${.TARGET}  
   
 .include <bsd.prog.mk>  
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb <webmaster@jp.NetBSD.org>