+Fri Jan 6 13:08:15 CET 2006 Jochen Eisinger <coffee@silcnet.org>
+
+ * Fixed more autodist issues. Affected file doc/Makefile.ad,
+ apps/irssi/src/perl/Makefile.am, distdir/post-process-dist.
+
Thu Jan 5 20:02:31 CET 2006 Patrik Weiskircher <pat@icore.at>
* make sure session->hostname and session->port are valid before the
Patch received from Stefan Siegel <stesie@brokenpipe.de>, thanks!
Wed Dec 14 19:21:42 CET 2005 Jochen Eisinger <coffee@silcnet.org>
+
* Fixed autodist configuration for silc-client. Affected file
configure.ad
* Honor user set hostname. Also give the user a chance to
distclean-generic:
for dir in $(perl_dirs); do \
cd $$dir && \
- $(MAKE) realclean && rm -f Makefile.PL && \
+ test ! -f Makefile || $(MAKE) realclean && rm -f Makefile.PL && \
cd ..; \
done
# in EXTRA_DIST or 'include' them in distribution.
if test -d $distdir; then
- rm -rf `find $distdir -name CVS`
- rm -rf `find $distdir -name Makefile`
+ find $distdir -name CVS -type d | xargs rm -rf
+ find $distdir -name Makefile -type f | xargs rm -f
fi
-mkdir -p $(docdir)
#ifdef SILC_DIST_TOOLKIT
-$(INSTALL_DATA) $(top_srcdir)/doc/CodingStyle $(docdir)/
+ -$(INSTALL_DATA) $(top_srcdir)/GPL $(docdir)/
+ -$(INSTALL_DATA) $(top_srcdir)/BSD $(docdir)/
#endif SILC_DIST_TOOLKIT
-$(INSTALL_DATA) $(top_srcdir)/doc/FAQ $(docdir)/
-$(INSTALL_DATA) $(top_srcdir)/doc/*.txt $(docdir)/
#ifdef SILC_DIST_CLIENT
silc.1 \
#endif SILC_DIST_CLIENT
+#ifndef SILC_DIST_CLIENT
+ example_silcd.conf \
+#endif
#ifdef SILC_DIST_SERVER
examples silcd.8 silcd.conf.5 \
#endif SILC_DIST_SERVER
CodingStyle \
#endif SILC_DIST_TOOLKIT
FAQ \
- example_silcd.conf \
silcalgs.conf \
draft-riikonen*.txt