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

Diff for /mandoc/Makefile between version 1.528 and 1.529

version 1.528, 2019/03/04 13:01:57 version 1.529, 2019/03/06 11:19:42
Line 15 
Line 15 
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF  # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   
 VERSION = 1.14.4  VERSION = 1.14.5
   
 # === LIST OF FILES ====================================================  # === LIST OF FILES ====================================================
   
Line 37  TESTSRCS  = test-be32toh.c \
Line 37  TESTSRCS  = test-be32toh.c \
                    test-PATH_MAX.c \                     test-PATH_MAX.c \
                    test-pledge.c \                     test-pledge.c \
                    test-progname.c \                     test-progname.c \
                    test-recvmsg.c \  
                    test-reallocarray.c \                     test-reallocarray.c \
                    test-recallocarray.c \                     test-recallocarray.c \
                      test-recvmsg.c \
                    test-rewb-bsd.c \                     test-rewb-bsd.c \
                    test-rewb-sysv.c \                     test-rewb-sysv.c \
                    test-sandbox_init.c \                     test-sandbox_init.c \
Line 354  WWW_MANS  = apropos.1.html \
Line 354  WWW_MANS  = apropos.1.html \
                    mandocd.8.html                     mandocd.8.html
   
 WWW_INCS         = eqn.h.html \  WWW_INCS         = eqn.h.html \
                      html.h.html \
                    man.h.html \                     man.h.html \
                    manconf.h.html \                     manconf.h.html \
                    mandoc.h.html \                     mandoc.h.html \
Line 362  WWW_INCS  = eqn.h.html \
Line 363  WWW_INCS  = eqn.h.html \
                    mansearch.h.html \                     mansearch.h.html \
                    mdoc.h.html \                     mdoc.h.html \
                    roff.h.html \                     roff.h.html \
                    tbl.h.html                     tbl.h.html \
                      tbl_int.h.html \
                      tbl_parse.h.html
   
 # === USER CONFIGURATION ===============================================  # === USER CONFIGURATION ===============================================
   
Line 591  mandoc-$(VERSION).tar.gz: $(DISTFILES)
Line 594  mandoc-$(VERSION).tar.gz: $(DISTFILES)
         highlight -I $< > $@          highlight -I $< > $@
   
 .1.1.html .3.3.html .5.5.html .7.7.html .8.8.html: mandoc  .1.1.html .3.3.html .5.5.html .7.7.html .8.8.html: mandoc
         ./mandoc -Thtml -O \          mandoc -Thtml -Wwarning,stop \
         style=/mandoc.css,man=/man/%N.%S.html,includes=/includes/%I.html \                  -O 'style=/mandoc.css,man=/man/%N.%S.html;https://man.openbsd.org/%N.%S,includes=/includes/%I.html' \
         $< > $@                  $< > $@

Legend:
Removed from v.1.528  
changed lines
  Added in v.1.529

CVSweb