~ubuntu-branches/ubuntu/maverick/conglomerate/maverick

« back to all changes in this revision

Viewing changes to doc/reference/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 05:07:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108050706-bcg60nwqf1z3w0d6
Tags: 0.9.1-1ubuntu1
* Resynchronise with Debian (Closes: #4397).
  - Thanks, Jordan Mantha.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
GMSGFMT = @GMSGFMT@
94
94
GTKSOURCEVIEW_CFLAGS = @GTKSOURCEVIEW_CFLAGS@
95
95
GTKSOURCEVIEW_LIBS = @GTKSOURCEVIEW_LIBS@
96
 
HAVE_LIB = @HAVE_LIB@
97
96
HTML_DIR = @HTML_DIR@
98
97
INSTOBJEXT = @INSTOBJEXT@
99
98
INTLLIBS = @INTLLIBS@
117
116
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
118
117
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
119
118
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
120
 
LIB = @LIB@
121
119
LIBFO_CFLAGS = @LIBFO_CFLAGS@
122
120
LIBFO_LIBS = @LIBFO_LIBS@
123
121
LIBTOOL = @LIBTOOL@
124
122
LN_S = @LN_S@
125
 
LTLIB = @LTLIB@
126
123
MAINT = @MAINT@
127
124
MAKEINFO = @MAKEINFO@
128
125
MKINSTALLDIRS = @MKINSTALLDIRS@
152
149
# The directory containing the source code. Relative to $(srcdir).
153
150
# gtk-doc will search all .c & .h files beneath here for inline comments
154
151
# documenting functions and macros.
155
 
DOC_SOURCE_DIR = ../../src
 
152
DOC_SOURCE_DIR = ../../src 
156
153
 
157
154
# Extra options to pass to gtkdoc-scanobj or gtkdoc-scangobj.
158
155
SCANOBJ_OPTIONS = 
184
181
 
185
182
# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
186
183
# contains GtkObjects/GObjects and you want to document signals and properties.
187
 
GTKDOC_CFLAGS = $(CONGLOMERATE_CFLAGS) -I$(top_srcdir)/src
 
184
GTKDOC_CFLAGS = $(CONGLOMERATE_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/src/recent-files
188
185
GTKDOC_LIBS = $(CONGLOMERATE_LIBS) \
189
186
                $(GTKSOURCEVIEW_LIBS) $(ENCHANT_LIBS) $(PRINTING_LIBS) \
190
 
                $(filter-out ../../src/main.o,$(wildcard ../../src/*.o))
 
187
                $(filter-out ../../src/main.o,$(wildcard ../../src/*.o)) \
 
188
                $(top_builddir)/src/recent-files/libeggrecent.la
191
189
 
192
190
 
193
191
GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC)