Diff for /embedaddon/quagga/doc/Makefile.am between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/10/09 09:22:28 version 1.1.1.3, 2016/11/02 10:09:11
Line 44  info_TEXINFOS = quagga.texi Line 44  info_TEXINFOS = quagga.texi
 # because it cant just work from the png's directly it seems - contrary  # because it cant just work from the png's directly it seems - contrary
 # to the documentation...  # to the documentation...
 quagga.pdf: $(info_TEXINFOS) $(figures_pdf) $(quagga_TEXINFOS)  quagga.pdf: $(info_TEXINFOS) $(figures_pdf) $(quagga_TEXINFOS)
        $(TEXI2PDF) -o "$@" $<        $(TEXI2PDF) -o "$@" $< || true
   
quagga_TEXINFOS = appendix.texi babeld.texi basic.texi bgpd.texi filter.texi \quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi \
         install.texi ipv6.texi kernel.texi main.texi ospf6d.texi ospfd.texi \          install.texi ipv6.texi kernel.texi main.texi ospf6d.texi ospfd.texi \
         overview.texi protocol.texi ripd.texi ripngd.texi routemap.texi \          overview.texi protocol.texi ripd.texi ripngd.texi routemap.texi \
         snmp.texi vtysh.texi routeserver.texi defines.texi $(figures_png) \          snmp.texi vtysh.texi routeserver.texi defines.texi $(figures_png) \
        snmptrap.texi $(figures_txt)        snmptrap.texi ospf_fundamentals.texi $(figures_txt)
   
 .png.eps:  .png.eps:
         $(PNGTOEPS) $< "$@"          $(PNGTOEPS) $< "$@"
Line 61  quagga_TEXINFOS = appendix.texi babeld.texi basic.texi Line 61  quagga_TEXINFOS = appendix.texi babeld.texi basic.texi
 .dia.png:  .dia.png:
         $(DIATOPNG) "$@" $<          $(DIATOPNG) "$@" $<
   
man_MANS = man_MANS =
   
   if PIMD
   man_MANS += pimd.8
   endif
   
 if BGPD  if BGPD
 man_MANS += bgpd.8  man_MANS += bgpd.8
 endif  endif
Line 105  endif Line 109  endif
   
 EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt \  EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt \
         bgpd.8 isisd.8 ospf6d.8 ospfclient.8 ospfd.8 ripd.8 \          bgpd.8 isisd.8 ospf6d.8 ospfclient.8 ospfd.8 ripd.8 \
        ripngd.8 vtysh.1 watchquagga.8 zebra.8 \        ripngd.8 pimd.8 vtysh.1 watchquagga.8 zebra.8 \
         mpls/ChangeLog.opaque.txt mpls/cli_summary.txt \          mpls/ChangeLog.opaque.txt mpls/cli_summary.txt \
         mpls/opaque_lsa.txt mpls/ospfd.conf \          mpls/opaque_lsa.txt mpls/ospfd.conf \
        $(figures_sources) $(figures_png) $(figures_txt)        $(figures_sources) $(figures_png) $(figures_txt) \
         texinfo.tex
   
 draft-zebra-00.txt: draft-zebra-00.ms  draft-zebra-00.txt: draft-zebra-00.ms
         groff -T ascii -ms $< > $@          groff -T ascii -ms $< > $@

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>