~ubuntu-branches/ubuntu/natty/libgcrypt11/natty-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-02-21 13:46:58 UTC
  • mto: (1.1.6 upstream) (2.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090221134658-855twvcr4ezk2ron
ImportĀ upstreamĀ versionĀ 1.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
112
112
DEFS = @DEFS@
113
113
DEPDIR = @DEPDIR@
114
114
DLLTOOL = @DLLTOOL@
 
115
DL_LIBS = @DL_LIBS@
115
116
ECHO = @ECHO@
116
117
ECHO_C = @ECHO_C@
117
118
ECHO_N = @ECHO_N@
225
226
target_alias = @target_alias@
226
227
top_builddir = @top_builddir@
227
228
top_srcdir = @top_srcdir@
228
 
EXTRA_DIST = README.apichanges HACKING 
 
229
EXTRA_DIST = README.apichanges HACKING \
 
230
             libgcrypt-modules.eps fips-fsm.eps \
 
231
             libgcrypt-modules.png fips-fsm.png \
 
232
             libgcrypt-modules.pdf fips-fsm.pdf 
 
233
 
229
234
DISTCLEANFILES = gcrypt.cps
 
235
BUILT_SOURCES = libgcrypt-modules.eps fips-fsm.eps \
 
236
                libgcrypt-modules.png fips-fsm.png \
 
237
                libgcrypt-modules.pdf fips-fsm.pdf
 
238
 
230
239
info_TEXINFOS = gcrypt.texi
231
 
gcrypt_TEXINFOS = lgpl.texi gpl.texi
232
 
all: all-am
 
240
gcrypt_TEXINFOS = lgpl.texi gpl.texi libgcrypt-modules.fig fips-fsm.fig
 
241
all: $(BUILT_SOURCES)
 
242
        $(MAKE) $(AM_MAKEFLAGS) all-am
233
243
 
234
244
.SUFFIXES:
235
 
.SUFFIXES: .dvi .html .info .pdf .ps .texi
 
245
.SUFFIXES: .dvi .eps .fig .html .info .jpg .pdf .png .ps .texi
236
246
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
237
247
        @for dep in $?; do \
238
248
          case '$(am__configure_deps)' in \
463
473
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
464
474
          dist-info
465
475
check-am: all-am
466
 
check: check-am
 
476
check: $(BUILT_SOURCES)
 
477
        $(MAKE) $(AM_MAKEFLAGS) check-am
467
478
all-am: Makefile $(INFO_DEPS)
468
479
installdirs:
469
480
        for dir in "$(DESTDIR)$(infodir)"; do \
470
481
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
471
482
        done
472
 
install: install-am
 
483
install: $(BUILT_SOURCES)
 
484
        $(MAKE) $(AM_MAKEFLAGS) install-am
473
485
install-exec: install-exec-am
474
486
install-data: install-data-am
475
487
uninstall: uninstall-am
494
506
maintainer-clean-generic:
495
507
        @echo "This command is intended for maintainers to use"
496
508
        @echo "it deletes files that may require special tools to rebuild."
 
509
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
497
510
clean: clean-am
498
511
 
499
512
clean-am: clean-generic clean-libtool mostlyclean-am
644
657
        uninstall-pdf-am uninstall-ps-am
645
658
 
646
659
 
 
660
.fig.png:
 
661
        fig2dev -L png `test -f '$<' || echo '$(srcdir)/'`$< $@
 
662
 
 
663
.fig.jpg:
 
664
        fig2dev -L jpg `test -f '$<' || echo '$(srcdir)/'`$< $@
 
665
 
 
666
.fig.eps:
 
667
        fig2dev -L eps `test -f '$<' || echo '$(srcdir)/'`$< $@
 
668
 
 
669
.fig.pdf:
 
670
        fig2dev -L pdf `test -f '$<' || echo '$(srcdir)/'`$< $@
 
671
 
 
672
# Make sure that gcrypt.texi is touched if any other source file has
 
673
# been modified.  This is required so that the version.texi magic
 
674
# updates the release date.
 
675
gnupg.texi : $(gcrypt_TEXINFOS)
 
676
        touch $(srcdir)/gcrypt.texi
 
677
 
647
678
online: gcrypt.html gcrypt.pdf gcrypt.info
648
679
        set -e; \
649
680
        echo "Uploading current manuals to www.gnupg.org ..."; \
650
 
        user=werner ; dir="webspace/manuals/gcrypt-devel/" ; \
651
 
        (cd gcrypt.html && rsync -vr --exclude='.svn' .  \
652
 
          $${user}@cvs.gnupg.org:$${dir} ); \
653
 
        rsync -v gcrypt.pdf gcrypt.info $${user}@cvs.gnupg.org:$${dir}
 
681
        cp libgcrypt-modules.png gcrypt.html/; \
 
682
        cp fips-fsm.png gcrypt.html/; \
 
683
        user=werner ; dashdevel="" ; \
 
684
        if echo "@PACKAGE_VERSION@" | grep -- "-svn" >/dev/null; then \
 
685
          dashdevel="-devel" ; \
 
686
          cp gcrypt.pdf gcrypt.html/; \
 
687
          cp gcrypt.info gcrypt.html/; \
 
688
        else \
 
689
          rsync -v gcrypt.pdf gcrypt.info \
 
690
               $${user}@trithemius.gnupg.org:webspace/manuals/ ; \
 
691
        fi ; \
 
692
        cd gcrypt.html ; \
 
693
        rsync -vr --exclude='.svn' .  \
 
694
          $${user}@trithemius.gnupg.org:webspace/manuals/gcrypt$${dashdevel}/ 
654
695
# Tell versions [3.59,3.63) of GNU make to not export all variables.
655
696
# Otherwise a system limit (for SysV at least) may be exceeded.
656
697
.NOEXPORT: