[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Makefile between version 1.372 and 1.374

version 1.372, 2011/10/06 23:00:54 version 1.374, 2011/10/08 12:21:57
Line 11 
Line 11 
 # in the lower-left hand corner of -mdoc manuals.  # in the lower-left hand corner of -mdoc manuals.
 # CFLAGS        += -DOSNAME="\"OpenBSD 4.5\""  # CFLAGS        += -DOSNAME="\"OpenBSD 4.5\""
   
 VERSION          = 1.11.7  VERSION          = 1.12.0
 VDATE            = 2 September 2011  VDATE            = 8 October 2011
 # IFF your system supports multi-byte functions (setlocale(), wcwidth(),  # IFF your system supports multi-byte functions (setlocale(), wcwidth(),
 # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a  # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a
 # UCS-4 value) should you define USE_WCHAR.  If you define it and your  # UCS-4 value) should you define USE_WCHAR.  If you define it and your
Line 37  INSTALL_MAN  = $(INSTALL_DATA)
Line 37  INSTALL_MAN  = $(INSTALL_DATA)
 # Linux needs -ldb to compile mandocdb.  # Linux needs -ldb to compile mandocdb.
 #DBLIB           = -ldb  #DBLIB           = -ldb
   
 all: mandoc preconv demandoc  all: mandoc preconv demandoc apropos mandocdb
   
 SRCS             = Makefile \  SRCS             = Makefile \
                    apropos.1 \                     apropos.1 \
Line 427  llib-lpreconv.ln: $(PRECONV_LNS)
Line 427  llib-lpreconv.ln: $(PRECONV_LNS)
         $(LINT) $(LINTFLAGS) -Cpreconv $(PRECONV_LNS)          $(LINT) $(LINTFLAGS) -Cpreconv $(PRECONV_LNS)
   
 apropos: $(APROPOS_OBJS) libmandoc.a  apropos: $(APROPOS_OBJS) libmandoc.a
         $(CC) $(LDFLAGS) -o $@ $(APROPOS_OBJS) libmandoc.a          $(CC) $(LDFLAGS) -o $@ $(APROPOS_OBJS) libmandoc.a $(DBLIB)
   
 llib-lapropos.ln: $(APROPOS_LNS)  llib-lapropos.ln: $(APROPOS_LNS)
         $(LINT) $(LINTFLAGS) -Capropos $(APROPOS_LNS)          $(LINT) $(LINTFLAGS) -Capropos $(APROPOS_LNS)

Legend:
Removed from v.1.372  
changed lines
  Added in v.1.374

CVSweb