summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-06 00:42:09 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-06 00:42:09 +0100
commita9358afe467cb9efb1ec933363c93c978db70a87 (patch)
tree4fd0685b39469da93c40160e3572f030bb77bf6b /cfg.mk
parent4f8d93bea28ab33efdcbeba743fc045da91a7a13 (diff)
downloadgnutls-a9358afe467cb9efb1ec933363c93c978db70a87.tar.gz
Added config rule
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 181f8de7e7..449e35faa6 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -20,9 +20,11 @@
WFLAGS ?= --enable-gcc-warnings
ADDFLAGS ?=
-CFGFLAGS ?= --enable-gtk-doc --enable-gtk-doc-pdf $(ADDFLAGS) $(WFLAGS)
+CFGFLAGS ?= --enable-gtk-doc --enable-gtk-doc-pdf --enable-gtk-doc-html $(ADDFLAGS) $(WFLAGS)
PACKAGE ?= gnutls
+.PHONY: config
+
INDENT_SOURCES = `find . -name \*.[ch] -o -name gnutls.h.in | grep -v -e ^./build-aux/ -e ^./lib/minitasn1/ -e ^./lib/build-aux/ -e ^./gl/ -e ^./src/libopts/ -e -gaa.[ch] -e asn1_tab.c -e ^./tests/suite/`
ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
@@ -70,9 +72,11 @@ update-po: refresh-po
git add $(PODIR)/*.po.in
git commit -m "Sync with TP." $(PODIR)/LINGUAS $(PODIR)/*.po.in
-bootstrap: autoreconf
+config:
./configure $(CFGFLAGS)
+bootstrap: autoreconf
+
# The only non-lgpl modules used are: gettime progname timespec. Those
# are not used (and must not be used) in the library)
glimport: