# Automatically generated by Autodist 1.3 from Makefile.ad. Do not edit. # To make changes edit the ./doc/Makefile.ad file in the source tree. # Source: ./doc/Makefile.ad # Generated: Mon Dec 19 14:00:29 EET 2005 by priikone # Distribution: Toolkit # License: distdir/TOOLKIT # # Makefile.ad # # Author: Pekka Riikonen # # Copyright (C) 2000 - 2005 Pekka Riikonen # # The contents of this file are subject to one of the Licenses specified # in the COPYING file; You may not use this file except in compliance # with the License. # # The software distributed under the License is distributed on an "AS IS" # basis, in the hope that it will be useful, but WITHOUT WARRANTY OF ANY # KIND, either expressed or implied. See the COPYING file for more # information. # AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign all: touch draft-riikonen-silc-spec-08.txt touch draft-riikonen-silc-pp-09.txt touch draft-riikonen-silc-ke-auth-08.txt touch draft-riikonen-silc-commands-06.txt touch draft-riikonen-silc-flags-payloads-04.txt touch draft-riikonen-presence-attrs-03.txt makerfc = $(SILC_TOP_SRCDIR)/scripts/makerfc toolkit-ref-html: -@if test -f $(SILC_TOP_SRCDIR)/util/robodoc/Source/robodoc ; then echo Generating Toolkit Reference Manual ; rm -rf toolkit ; mkdir toolkit ; cd ../scripts/silcdoc ; ./silcdoc HTML ../../lib/ $(SILC_TOP_SRCDIR)/doc/toolkit $(SILC_TOP_SRCDIR)/util/robodoc/Source/robodoc ; else echo ROBODoc is not compiled! Cannot generate documentation! ; fi toolkit-ref-pdf: -@if test -f $(SILC_TOP_SRCDIR)/util/robodoc/Source/robodoc ; then echo Generating Toolkit Reference Manual ; cd ../scripts/silcdoc ; ./silcdoc PS ../../lib/ $(SILC_TOP_SRCDIR)/doc/toolkit.ps $(SILC_TOP_SRCDIR)/util/robodoc/Source/robodoc ; ps2pdf $(SILC_TOP_SRCDIR)/doc/toolkit.ps $(SILC_TOP_SRCDIR)/doc/toolkit.pdf; rm -rf $(SILC_TOP_SRCDIR)/doc/toolkit.ps; else echo ROBODoc is not compiled! Cannot generate documentation! ; fi dist-hook: $(SILC_TOP_SRCDIR)/scripts/manpages.pl touch draft-riikonen-silc-spec-08.txt touch draft-riikonen-silc-pp-09.txt touch draft-riikonen-silc-ke-auth-08.txt touch draft-riikonen-silc-commands-06.txt touch draft-riikonen-silc-flags-payloads-04.txt touch draft-riikonen-presence-attrs-03.txt $(makerfc) draft-riikonen-silc-spec-08.nroff draft-riikonen-silc-spec-08.txt $(makerfc) draft-riikonen-silc-pp-09.nroff draft-riikonen-silc-pp-09.txt $(makerfc) draft-riikonen-silc-ke-auth-08.nroff draft-riikonen-silc-ke-auth-08.txt $(makerfc) draft-riikonen-silc-commands-06.nroff draft-riikonen-silc-commands-06.txt $(makerfc) draft-riikonen-silc-flags-payloads-04.nroff draft-riikonen-silc-flags-payloads-04.txt $(makerfc) draft-riikonen-presence-attrs-03.nroff draft-riikonen-presence-attrs-03.txt doc-install: -mkdir -p $(docdir) -$(INSTALL_DATA) $(top_srcdir)/doc/CodingStyle $(docdir)/ -$(INSTALL_DATA) $(top_srcdir)/GPL $(docdir)/ -$(INSTALL_DATA) $(top_srcdir)/BSD $(docdir)/ -$(INSTALL_DATA) $(top_srcdir)/doc/FAQ $(docdir)/ -$(INSTALL_DATA) $(top_srcdir)/doc/*.txt $(docdir)/ -$(INSTALL_DATA) $(top_srcdir)/COPYING $(docdir)/ -$(INSTALL_DATA) $(top_srcdir)/CHANGES $(docdir)/ -$(INSTALL_DATA) $(top_srcdir)/CREDITS $(docdir)/ -$(INSTALL_DATA) $(top_srcdir)/README* $(docdir)/ -$(INSTALL_DATA) $(top_srcdir)/INSTALL $(docdir)/ -$(INSTALL_DATA) $(top_srcdir)/TODO $(docdir)/ install-data-hook: doc-install EXTRA_DIST = silc.1 examples silcd.8 silcd.conf.5 toolkit CodingStyle FAQ example_silcd.conf silcalgs.conf draft-riikonen*.txt include $(top_srcdir)/Makefile.defines.in