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

Diff for /mandoc/Makefile between version 1.62 and 1.63

version 1.62, 2009/01/20 15:06:07 version 1.63, 2009/01/20 15:11:16
Line 25  SRCS = macro.c mdoc.c mdocml.c hash.c strings.c xstd.c
Line 25  SRCS = macro.c mdoc.c mdocml.c hash.c strings.c xstd.c
   
 HEADS   = mdoc.h private.h  HEADS   = mdoc.h private.h
   
   MANS    = mdocml.1 mdoc.3
   
 BINS    = mdocml  BINS    = mdocml
   
 CLEAN   = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS)  CLEAN   = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS)
   
 INSTALL = $(SRCS) $(HEADS) Makefile Makefile.port DESCR  INSTALL = $(SRCS) $(HEADS) Makefile Makefile.port DESCR $(MANS)
   
 all:    $(BINS)  all:    $(BINS)
   

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

CVSweb