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

Diff for /mandoc/Makefile between version 1.407 and 1.409

version 1.407, 2014/01/04 01:11:00 version 1.409, 2014/01/04 14:45:54
Line 59  TESTSRCS  = test-fgetln.c \
Line 59  TESTSRCS  = test-fgetln.c \
                    test-ohash.c \                     test-ohash.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 78  SRCS   = Makefile \
Line 79  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 197  COMPAT_OBJS  = compat_fgetln.o \
Line 200  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 354  mdocml.md5: mdocml.tar.gz
Line 358  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.407  
changed lines
  Added in v.1.409

CVSweb