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

Diff for /mandoc/Makefile between version 1.395.2.11 and 1.395.2.13

version 1.395.2.11, 2014/01/04 01:24:48 version 1.395.2.13, 2014/01/04 14:44:28
Line 66  TESTSRCS  = test-betoh64.c \
Line 66  TESTSRCS  = test-betoh64.c \
                    test-mmap.c \                     test-mmap.c \
                    test-strlcat.c \                     test-strlcat.c \
                    test-strlcpy.c \                     test-strlcpy.c \
                      test-strnlen.c \
                    test-strptime.c                     test-strptime.c
   
 SRCS             = Makefile \  SRCS             = Makefile \
Line 89  SRCS   = Makefile \
Line 90  SRCS   = Makefile \
                    compat_strcasestr.c \                     compat_strcasestr.c \
                    compat_strlcat.c \                     compat_strlcat.c \
                    compat_strlcpy.c \                     compat_strlcpy.c \
                      compat_strnlen.c \
                    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 210  COMPAT_OBJS  = compat_fgetln.o \
Line 213  COMPAT_OBJS  = compat_fgetln.o \
                    compat_strcasestr.o \                     compat_strcasestr.o \
                    compat_strlcat.o \                     compat_strlcat.o \
                    compat_strlcpy.o \                     compat_strlcpy.o \
                      compat_strnlen.o \
                    compat_strsep.o                     compat_strsep.o
   
 arch.o: arch.in  arch.o: arch.in
Line 387  mdocml.md5: mdocml.tar.gz
Line 391  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.395.2.11  
changed lines
  Added in v.1.395.2.13

CVSweb