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

Diff for /mandoc/Makefile between version 1.327 and 1.331

version 1.327, 2011/04/03 10:14:45 version 1.331, 2011/04/04 22:05:28
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.10.10  VERSION          = 1.11.1
 VDATE            = 20 March 2011  VDATE            = 04 April 2011
 CFLAGS          += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""  CFLAGS          += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""
 CFLAGS          += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings  CFLAGS          += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
 PREFIX           = /usr/local  PREFIX           = /usr/local
Line 55  SRCS   = Makefile \
Line 55  SRCS   = Makefile \
                    libroff.h \                     libroff.h \
                    main.c \                     main.c \
                    main.h \                     main.h \
                      man.h \
                    man.7 \                     man.7 \
                    man.c \                     man.c \
                    man_hash.c \                     man_hash.c \
Line 66  SRCS   = Makefile \
Line 67  SRCS   = Makefile \
                    mandoc.3 \                     mandoc.3 \
                    mandoc.c \                     mandoc.c \
                    mandoc.h \                     mandoc.h \
                      mandoc-db.1 \
                      mandoc-db.c \
                    mandoc_char.7 \                     mandoc_char.7 \
                      mdoc.h \
                    mdoc.7 \                     mdoc.7 \
                    mdoc.c \                     mdoc.c \
                    mdoc_argv.c \                     mdoc_argv.c \

Legend:
Removed from v.1.327  
changed lines
  Added in v.1.331

CVSweb