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

Diff for /mandoc/Makefile between version 1.18 and 1.19

version 1.18, 2008/12/02 00:10:37 version 1.19, 2008/12/02 13:20:24
Line 1 
Line 1 
 CFLAGS += -W -Wall -Wno-unused-parameter -g  CFLAGS += -W -Wall -Wno-unused-parameter -g
   
 LINTFLAGS += -c -e -f -u  LINTFLAGS += -c -e -f -u
   
Line 21  CLEAN = mdocml mdocml.tgz $(LLNS) $(LNS) $(OBJS) $(LIB
Line 21  CLEAN = mdocml mdocml.tgz $(LLNS) $(LNS) $(OBJS) $(LIB
 INSTALL = Makefile $(HEADS) $(SRCS) $(MANS)  INSTALL = Makefile $(HEADS) $(SRCS) $(MANS)
   
 FAIL    = test.0 test.1 test.2 test.3 test.4 test.5 test.6 \  FAIL    = test.0 test.1 test.2 test.3 test.4 test.5 test.6 \
           test.15 test.20 test.22 test.24 test.26 test.27 test.30            test.15 test.20 test.22 test.24 test.26 test.27 test.30 \
             test.36
   
 SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 \  SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 \
           test.14 test.16 test.17 test.18 test.19 test.21 test.23 \            test.14 test.16 test.17 test.18 test.19 test.21 test.23 \
           test.25 test.28 test.29 test.31 test.32 test.33 test.34            test.25 test.28 test.29 test.31 test.32 test.33 test.34 \
             test.35
   
   
 all: mdocml  all: mdocml

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb