~ubuntu-branches/ubuntu/maverick/gnutls26/maverick-updates

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-11-13 19:53:04 UTC
  • mfrom: (1.2.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20091113195304-w4s5rblsd8427chw
Tags: upstream-2.8.5
ImportĀ upstreamĀ versionĀ 2.8.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
814
814
#
815
815
# Guile documentation extraction from C code.
816
816
#
817
 
@HAVE_GUILE_TRUE@GUILE_FOR_BUILD = $(GUILE) -L $(top_srcdir)/guile/modules
 
817
@HAVE_GUILE_TRUE@GUILE_FOR_BUILD = \
 
818
@HAVE_GUILE_TRUE@  GUILE_AUTO_COMPILE=0                         \
 
819
@HAVE_GUILE_TRUE@  $(GUILE) -L $(top_srcdir)/guile/modules
 
820
 
818
821
@HAVE_GUILE_TRUE@SNARF_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)                     \
819
822
@HAVE_GUILE_TRUE@        -I$(top_srcdir)/lib/includes -I$(top_builddir)/lib/includes    \
820
823
@HAVE_GUILE_TRUE@        -I$(top_srcdir)/libextra/includes                              \