diff options
Diffstat (limited to 'docs/reference/Makefile.am')
-rw-r--r-- | docs/reference/Makefile.am | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index e61596cb..72db05dc 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -24,7 +24,7 @@ DOC_SOURCE_FILES=\ $(shell find $(INCLUDE_DIR) -name '*.h' -print ) # do nothing for all -all: +all: docs docs: sgml html clean-sources @@ -66,17 +66,11 @@ templates: scan # CFLAGS and LDFLAGS for compiling scan program. GTKDOC_CFLAGS = \ - @CFLAGS@ \ - @GLIB_CFLAGS@ \ - @LIBXML_CFLAGS@ \ - @XMLSEC1_CFLAGS@ \ + $(LASSO_CFLAGS) \ -I$(top_srcdir) -GTKDOC_LIBS = \ - @LIBS@ \ - @GLIB_LIBS@ -lgobject-2.0 \ - @LIBXML_LIBS@ \ - @XMLSEC1_LIBS@ \ +GTKDOC_LIBS = \ + $(LASSO_LIBS) \ -L$(top_srcdir)/lasso -llasso GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC) |