]> git.puffer.fish Git - mirror/frr.git/commitdiff
Add isisd.8 into list of man pages.
authorhasso <hasso>
Sat, 18 Dec 2004 15:59:25 +0000 (15:59 +0000)
committerhasso <hasso>
Sat, 18 Dec 2004 15:59:25 +0000 (15:59 +0000)
doc/ChangeLog
doc/Makefile.am

index 0327be2b310aeeba7eda38023fd3cd094ef19e18..2b76b03884d1f925f492c0c37cf4174b3c44488b 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-18 Hasso Tepper <hasso at quagga.net>
+
+       * Makefile.am: Add isisd man page to the list. Should fix problem
+         isisd not included in release/snapshot tarballs.
+
 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
        * basic.texi: Document new logging features.  Separate basic config
index a8d4bfd01b6fa8a5212d38d081482dbbe29a9b34..5322aa82bdf0e071a7446b13b022cb05b032249c 100644 (file)
@@ -37,7 +37,7 @@ quagga_TEXINFOS = appendix.texi basic.texi bgpd.texi filter.texi install.texi \
 %.pdf: %.eps
        $(EPSTOPDF) --outfile="$@" $<
 
-man_MANS = vtysh.1 bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8
+man_MANS = vtysh.1 bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 isisd.8
 
 EXTRA_DIST = BGP-TypeCode draft-zebra-00.ms draft-zebra-00.txt $(man_MANS) \
        mpls/ChangeLog.opaque.txt mpls/cli_summary.txt \