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

Diff for /mandoc/Makefile between version 1.389 and 1.395

version 1.389, 2011/12/10 11:00:00 version 1.395, 2012/03/24 01:54:43
Line 12 
Line 12 
 #  #
 # CFLAGS        += -DOSNAME="\"OpenBSD 4.5\""  # CFLAGS        += -DOSNAME="\"OpenBSD 4.5\""
   
 VERSION          = 1.12.0  VERSION          = 1.12.1
 VDATE            = 8 October 2011  VDATE            = 23 March 2012
   
 # 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 29  CFLAGS   += -DUSE_WCHAR
Line 29  CFLAGS   += -DUSE_WCHAR
 # variable.  # variable.
 #CFLAGS         += -DUSE_MANPATH  #CFLAGS         += -DUSE_MANPATH
   
 # If your system supports static binaries only, uncomment this.  # If your system supports static binaries only, uncomment this.  This
   # appears only to be BSD UNIX systems (Mac OS X has no support and Linux
   # requires -pthreads for static libdb).
 STATIC           = -static  STATIC           = -static
   
 CFLAGS          += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""  CFLAGS          += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""
Line 76  SRCS   = Makefile \
Line 78  SRCS   = Makefile \
                    cgi.c \                     cgi.c \
                    chars.c \                     chars.c \
                    chars.in \                     chars.in \
                      compat_fgetln.c \
                    compat_getsubopt.c \                     compat_getsubopt.c \
                    compat_strlcat.c \                     compat_strlcat.c \
                    compat_strlcpy.c \                     compat_strlcpy.c \
Line 104  SRCS   = Makefile \
Line 107  SRCS   = Makefile \
                    man.7 \                     man.7 \
                    man.c \                     man.c \
                    man.cgi.7 \                     man.cgi.7 \
                    man.cgi.css \                     man-cgi.css \
                    man.h \                     man.h \
                    man_hash.c \                     man_hash.c \
                    man_html.c \                     man_html.c \
Line 139  SRCS   = Makefile \
Line 142  SRCS   = Makefile \
                    preconv.c \                     preconv.c \
                    predefs.in \                     predefs.in \
                    read.c \                     read.c \
                    regress \  
                    roff.7 \                     roff.7 \
                    roff.c \                     roff.c \
                    st.c \                     st.c \
Line 156  SRCS   = Makefile \
Line 158  SRCS   = Makefile \
                    term.h \                     term.h \
                    term_ascii.c \                     term_ascii.c \
                    term_ps.c \                     term_ps.c \
                      test-fgetln.c \
                    test-getsubopt.c \                     test-getsubopt.c \
                    test-mmap.c \                     test-mmap.c \
                    test-strlcat.c \                     test-strlcat.c \
Line 224  LIBMANDOC_LNS  = $(LIBMAN_LNS) \
Line 227  LIBMANDOC_LNS  = $(LIBMAN_LNS) \
                    msec.ln \                     msec.ln \
                    read.ln                     read.ln
   
 COMPAT_OBJS      = compat_getsubopt.o \  COMPAT_OBJS      = compat_fgetln.o \
                      compat_getsubopt.o \
                    compat_strlcat.o \                     compat_strlcat.o \
                    compat_strlcpy.o                     compat_strlcpy.o
 COMPAT_LNS       = compat_getsubopt.ln \  COMPAT_LNS       = compat_fgetln.ln \
                      compat_getsubopt.ln \
                    compat_strlcat.ln \                     compat_strlcat.ln \
                    compat_strlcpy.ln                     compat_strlcpy.ln
   
Line 331  $(CGI_OBJS) $(CGI_LNS): main.h mdoc.h man.h out.h conf
Line 336  $(CGI_OBJS) $(CGI_LNS): main.h mdoc.h man.h out.h conf
 CATMAN_OBJS      = catman.o manpath.o  CATMAN_OBJS      = catman.o manpath.o
 CATMAN_LNS       = catman.ln manpath.ln  CATMAN_LNS       = catman.ln manpath.ln
   
 $(CATMAN_OBJS) $(CATMAN_LNS): config.h mandoc.h manpath.h  $(CATMAN_OBJS) $(CATMAN_LNS): config.h mandoc.h manpath.h mandocdb.h
   
 DEMANDOC_OBJS    = demandoc.o  DEMANDOC_OBJS    = demandoc.o
 DEMANDOC_LNS     = demandoc.ln  DEMANDOC_LNS     = demandoc.ln
Line 343  INDEX_MANS  = apropos.1.html \
Line 348  INDEX_MANS  = apropos.1.html \
                    apropos.1.ps \                     apropos.1.ps \
                    apropos.1.pdf \                     apropos.1.pdf \
                    apropos.1.txt \                     apropos.1.txt \
                      catman.8.html \
                      catman.8.xhtml \
                      catman.8.ps \
                      catman.8.pdf \
                      catman.8.txt \
                    demandoc.1.html \                     demandoc.1.html \
                    demandoc.1.xhtml \                     demandoc.1.xhtml \
                    demandoc.1.ps \                     demandoc.1.ps \
Line 373  INDEX_MANS  = apropos.1.html \
Line 383  INDEX_MANS  = apropos.1.html \
                    man.7.ps \                     man.7.ps \
                    man.7.pdf \                     man.7.pdf \
                    man.7.txt \                     man.7.txt \
                      man.cgi.7.html \
                      man.cgi.7.xhtml \
                      man.cgi.7.ps \
                      man.cgi.7.pdf \
                      man.cgi.7.txt \
                    mandoc_char.7.html \                     mandoc_char.7.html \
                    mandoc_char.7.xhtml \                     mandoc_char.7.xhtml \
                    mandoc_char.7.ps \                     mandoc_char.7.ps \
Line 437  clean:
Line 452  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 mdocml-win64.zip mdocml-macosx.zip          rm -f mdocml.tar.gz mdocml-win32.zip mdocml-win64.zip mdocml-macosx.zip
         rm -f index.html $(INDEX_OBJS)          rm -f index.html $(INDEX_OBJS)
         rm -rf test-strlcpy.DSYM          rm -rf test-fgetln.dSYM
         rm -rf test-strlcat.DSYM          rm -rf test-strlcpy.dSYM
         rm -rf test-strptime.DSYM          rm -rf test-strlcat.dSYM
         rm -rf test-mmap.DSYM          rm -rf test-strptime.dSYM
         rm -rf test-getsubopt.DSYM          rm -rf test-mmap.dSYM
           rm -rf test-getsubopt.dSYM
           rm -rf apropos.dSYM
           rm -rf catman.dSYM
           rm -rf mandocdb.dSYM
           rm -rf whatis.dSYM
   
 install: all  install: all
         mkdir -p $(DESTDIR)$(BINDIR)          mkdir -p $(DESTDIR)$(BINDIR)
Line 451  install: all
Line 471  install: all
         mkdir -p $(DESTDIR)$(MANDIR)/man1          mkdir -p $(DESTDIR)$(MANDIR)/man1
         mkdir -p $(DESTDIR)$(MANDIR)/man3          mkdir -p $(DESTDIR)$(MANDIR)/man3
         mkdir -p $(DESTDIR)$(MANDIR)/man7          mkdir -p $(DESTDIR)$(MANDIR)/man7
         mkdir -p $(DESTDIR)$(MANDIR)/man8  
         $(INSTALL_PROGRAM) mandoc preconv demandoc $(DESTDIR)$(BINDIR)          $(INSTALL_PROGRAM) mandoc preconv demandoc $(DESTDIR)$(BINDIR)
         $(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR)          $(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR)
         $(INSTALL_LIB) man.h mdoc.h mandoc.h $(DESTDIR)$(INCLUDEDIR)          $(INSTALL_LIB) man.h mdoc.h mandoc.h $(DESTDIR)$(INCLUDEDIR)
Line 465  installcgi: all
Line 484  installcgi: all
         mkdir -p $(DESTDIR)$(HTDOCDIR)          mkdir -p $(DESTDIR)$(HTDOCDIR)
         $(INSTALL_PROGRAM) man.cgi $(DESTDIR)$(CGIBINDIR)          $(INSTALL_PROGRAM) man.cgi $(DESTDIR)$(CGIBINDIR)
         $(INSTALL_DATA) example.style.css $(DESTDIR)$(HTDOCDIR)/man.css          $(INSTALL_DATA) example.style.css $(DESTDIR)$(HTDOCDIR)/man.css
         $(INSTALL_DATA) man.cgi.css $(DESTDIR)$(HTDOCDIR)          $(INSTALL_DATA) man-cgi.css $(DESTDIR)$(HTDOCDIR)
   
 installwww: www  installwww: www
         mkdir -p $(PREFIX)/snapshots          mkdir -p $(PREFIX)/snapshots
Line 575  config.h: config.h.pre config.h.post
Line 594  config.h: config.h.pre config.h.post
         rm -f config.log          rm -f config.log
         ( cat config.h.pre; \          ( cat config.h.pre; \
           echo; \            echo; \
             if $(CC) $(CFLAGS) -Werror -o test-fgetln test-fgetln.c >> config.log 2>&1; then \
                   echo '#define HAVE_FGETLN'; \
                   rm test-fgetln; \
             fi; \
           if $(CC) $(CFLAGS) -Werror -o test-strptime test-strptime.c >> config.log 2>&1; then \            if $(CC) $(CFLAGS) -Werror -o test-strptime test-strptime.c >> config.log 2>&1; then \
                 echo '#define HAVE_STRPTIME'; \                  echo '#define HAVE_STRPTIME'; \
                 rm test-strptime; \                  rm test-strptime; \

Legend:
Removed from v.1.389  
changed lines
  Added in v.1.395

CVSweb