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

Diff for /mandoc/Makefile between version 1.363 and 1.365

version 1.363, 2011/07/24 19:03:40 version 1.365, 2011/08/16 12:13:27
Line 117  SRCS   = Makefile \
Line 117  SRCS   = Makefile \
                    term.h \                     term.h \
                    term_ascii.c \                     term_ascii.c \
                    term_ps.c \                     term_ps.c \
                      test-getsubopt.c \
                    test-mmap.c \                     test-mmap.c \
                    test-strlcat.c \                     test-strlcat.c \
                    test-strlcpy.c \                     test-strlcpy.c \
                      test-strptime.c \
                    tree.c \                     tree.c \
                    vol.c \                     vol.c \
                    vol.in                     vol.in
Line 332  clean:
Line 334  clean:
         rm -f config.h config.log $(COMPAT_OBJS) $(COMPAT_LNS)          rm -f config.h config.log $(COMPAT_OBJS) $(COMPAT_LNS)
         rm -f mdocml.tar.gz mdocml-win32.zip          rm -f mdocml.tar.gz mdocml-win32.zip
         rm -f index.html $(INDEX_OBJS)          rm -f index.html $(INDEX_OBJS)
           rm -rf test-strlcpy.DSYM
           rm -rf test-strlcat.DSYM
           rm -rf test-strptime.DSYM
           rm -rf test-mmap.DSYM
           rm -rf test-getsubopt.DSYM
   
 install: all  install: all
         mkdir -p $(DESTDIR)$(BINDIR)          mkdir -p $(DESTDIR)$(BINDIR)

Legend:
Removed from v.1.363  
changed lines
  Added in v.1.365

CVSweb