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

Diff for /mandoc/Makefile between version 1.408 and 1.410

version 1.408, 2014/01/04 13:40:01 version 1.410, 2014/01/04 15:00:02
Line 8 
Line 8 
 #  #
 # CFLAGS        += -DOSNAME="\"OpenBSD 5.4\""  # CFLAGS        += -DOSNAME="\"OpenBSD 5.4\""
   
 VERSION          = 1.12.3  VERSION          = 1.13.0
 VDATE            = 31 December 2013  VDATE            = 4 January 2014
   
 # 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
Line 76  SRCS   = Makefile \
Line 76  SRCS   = Makefile \
                    chars.in \                     chars.in \
                    compat_fgetln.c \                     compat_fgetln.c \
                    compat_getsubopt.c \                     compat_getsubopt.c \
                      compat_ohash.c \
                      compat_ohash.h \
                    compat_strcasestr.c \                     compat_strcasestr.c \
                    compat_strlcat.c \                     compat_strlcat.c \
                    compat_strlcpy.c \                     compat_strlcpy.c \
Line 83  SRCS   = Makefile \
Line 85  SRCS   = Makefile \
                    compat_strsep.c \                     compat_strsep.c \
                    config.h.post \                     config.h.post \
                    config.h.pre \                     config.h.pre \
                      configure \
                    demandoc.1 \                     demandoc.1 \
                    demandoc.c \                     demandoc.c \
                    eqn.7 \                     eqn.7 \
Line 120  SRCS   = Makefile \
Line 123  SRCS   = Makefile \
                    mandoc_char.7 \                     mandoc_char.7 \
                    mandocdb.8 \                     mandocdb.8 \
                    mandocdb.c \                     mandocdb.c \
                      manpage.c \
                    manpath.c \                     manpath.c \
                    manpath.h \                     manpath.h \
                      mansearch.c \
                      mansearch.h \
                    mdoc.7 \                     mdoc.7 \
                    mdoc.c \                     mdoc.c \
                    mdoc.h \                     mdoc.h \
Line 357  mdocml.md5: mdocml.tar.gz
Line 363  mdocml.md5: mdocml.tar.gz
 mdocml.tar.gz: $(SRCS)  mdocml.tar.gz: $(SRCS)
         mkdir -p .dist/mdocml-$(VERSION)/          mkdir -p .dist/mdocml-$(VERSION)/
         $(INSTALL_SOURCE) $(SRCS) .dist/mdocml-$(VERSION)          $(INSTALL_SOURCE) $(SRCS) .dist/mdocml-$(VERSION)
         ( cd .dist/ && tar zcf ../$@ ./ )          chmod 755 .dist/mdocml-$(VERSION)/configure
           ( cd .dist/ && tar zcf ../$@ mdocml-$(VERSION) )
         rm -rf .dist/          rm -rf .dist/
   
 index.html: $(INDEX_OBJS)  index.html: $(INDEX_OBJS)

Legend:
Removed from v.1.408  
changed lines
  Added in v.1.410

CVSweb