Add isisd.8 into list of man pages.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 0327be2..2b76b03 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a8d4bfd..5322aa8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -37,7 +37,7 @@
 %.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 \