updates.
[crypto.git] / doc / Makefile.am.pre
index 18fd585af8f35b776178c2ab3700b2cfff20013c..e1047f731f9ef83653a9bff1b803f3b33a3bf869 100644 (file)
@@ -33,6 +33,7 @@ all:
 
 if SILC_DIST_CLIENT
 dist-hook:
+       $(SILC_TOP_SRCDIR)/scripts/manpages.pl
        rm draft-riikonen*.txt
        touch draft-riikonen-silc-spec-05.txt
        touch draft-riikonen-silc-pp-05.txt
@@ -67,6 +68,7 @@ toolkit-ref-pdf:
 endif
 
 dist-hook:
+       $(SILC_TOP_SRCDIR)/scripts/manpages.pl
        touch draft-riikonen-silc-spec-05.txt
        touch draft-riikonen-silc-pp-05.txt
        touch draft-riikonen-silc-ke-auth-05.txt
@@ -89,12 +91,12 @@ dist-hook:
 endif
 
 if SILC_DIST_TOOLKIT
-SILC_EXTRA_DIST = toolkit examples
+SILC_EXTRA_DIST = toolkit examples silc.1 silcd.8 silcd.conf.5
 else
 if SILC_DIST_SERVER
-SILC_EXTRA_DIST = examples
+SILC_EXTRA_DIST = examples silcd.8 silcd.conf.5
 else
-SILC_EXTRA_DIST =
+SILC_EXTRA_DIST = silc.1
 endif
 endif