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

Diff for /mandoc/Makefile between version 1.395.2.2 and 1.395.2.3

version 1.395.2.2, 2013/09/18 02:24:37 version 1.395.2.3, 2013/09/18 16:20:11
Line 6 
Line 6 
 # Specify this if you want to hard-code the operating system to appear  # Specify this if you want to hard-code the operating system to appear
 # in the lower-left hand corner of -mdoc manuals.  # in the lower-left hand corner of -mdoc manuals.
 #  #
 # CFLAGS        += -DOSNAME="\"OpenBSD 4.5\""  # CFLAGS        += -DOSNAME="\"OpenBSD 5.4\""
   
 VERSION          = 1.12.1  VERSION          = 1.12.2
 VDATE            = 23 March 2012  VDATE            = 18 September 2013
   
 # 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 88  SRCS   = Makefile \
Line 88  SRCS   = Makefile \
                    eqn_term.c \                     eqn_term.c \
                    example.style.css \                     example.style.css \
                    external.png \                     external.png \
                      gmdiff \
                    html.c \                     html.c \
                    html.h \                     html.h \
                    index.css \                     index.css \
Line 143  SRCS   = Makefile \
Line 144  SRCS   = Makefile \
                    st.c \                     st.c \
                    st.in \                     st.in \
                    style.css \                     style.css \
                      tbl.3 \
                    tbl.7 \                     tbl.7 \
                    tbl.c \                     tbl.c \
                    tbl_data.c \                     tbl_data.c \
Line 273  INDEX_MANS  = apropos.1.html \
Line 275  INDEX_MANS  = apropos.1.html \
                    mandoc.1.html \                     mandoc.1.html \
                    whatis.1.html \                     whatis.1.html \
                    mandoc.3.html \                     mandoc.3.html \
                      tbl.3.html \
                    eqn.7.html \                     eqn.7.html \
                    man.7.html \                     man.7.html \
                    man.cgi.7.html \                     man.cgi.7.html \
Line 320  install: all
Line 323  install: all
         $(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)
         $(INSTALL_MAN) mandoc.1 preconv.1 demandoc.1 $(DESTDIR)$(MANDIR)/man1          $(INSTALL_MAN) mandoc.1 preconv.1 demandoc.1 $(DESTDIR)$(MANDIR)/man1
         $(INSTALL_MAN) mandoc.3 $(DESTDIR)$(MANDIR)/man3          $(INSTALL_MAN) mandoc.3 tbl.3 $(DESTDIR)$(MANDIR)/man3
         $(INSTALL_MAN) man.7 mdoc.7 roff.7 eqn.7 tbl.7 mandoc_char.7 $(DESTDIR)$(MANDIR)/man7          $(INSTALL_MAN) man.7 mdoc.7 roff.7 eqn.7 tbl.7 mandoc_char.7 $(DESTDIR)$(MANDIR)/man7
         $(INSTALL_DATA) example.style.css $(DESTDIR)$(EXAMPLEDIR)          $(INSTALL_DATA) example.style.css $(DESTDIR)$(EXAMPLEDIR)
   

Legend:
Removed from v.1.395.2.2  
changed lines
  Added in v.1.395.2.3

CVSweb