diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-06 00:42:09 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-06 00:42:09 +0100 |
commit | a9358afe467cb9efb1ec933363c93c978db70a87 (patch) | |
tree | 4fd0685b39469da93c40160e3572f030bb77bf6b /cfg.mk | |
parent | 4f8d93bea28ab33efdcbeba743fc045da91a7a13 (diff) | |
download | gnutls-a9358afe467cb9efb1ec933363c93c978db70a87.tar.gz |
Added config rule
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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: |