]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added config rule
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 5 Jan 2013 23:42:09 +0000 (00:42 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 5 Jan 2013 23:42:09 +0000 (00:42 +0100)
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 181f8de7e7c867a738c9dad0186e24063f83ca92..449e35faa69241afb9e551a0ed64de1d8c664270 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
 
 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: