X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=cd40c2ae007bf96c7057fd42c6294b36e74669cc;hb=09d1cff2418a900b587b2113f508984f2417cc11;hp=206e3c6317ebba5556817fed64a573b38be6254c;hpb=4c0b0b872a735f45b05d647423024a4685080ad9;p=libradsec.git diff --git a/Makefile.am b/Makefile.am index 206e3c6..cd40c2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,19 +37,28 @@ catgconf_SOURCES = debug.c \ gconfig.c \ catgconf.c -radsecproxy_CFLAGS = -g @SSL_CFLAGS@ @TARGET_CFLAGS@ +radsecproxy_CFLAGS = -g -Wall -fno-strict-aliasing @SSL_CFLAGS@ @TARGET_CFLAGS@ radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@ radsecproxy_LDADD = @SSL_LIBS@ -catgconf_CFLAGS = -g @TARGET_CFLAGS@ +catgconf_CFLAGS = -g -Wall -fno-strict-aliasing @TARGET_CFLAGS@ catgconf_LDFLAGS = @TARGET_LDFLAGS@ -EXTRA_DIST = radsecproxy.conf-example \ - radsecproxy.1 \ - radsecproxy.conf.5.xml +dist_man_MANS = radsecproxy.1 $(GENMANPAGES) +EXTRA_DIST = LICENSE THANKS radsecproxy.conf-example radsecproxy.conf.5.xml \ + tools/naptr-eduroam.sh tools/radsec-dynsrv.sh tools/README -man: $(srcdir)/radsecproxy.conf.5.xml +if HAVE_DOCBOOK2X_MAN +GENMANPAGES = radsecproxy.conf.5 +endif + +radsecproxy.conf.5: $(srcdir)/radsecproxy.conf.5.xml docbook2x-man $< +# Build HTML version of radsecproxy.conf.5. NOTE: Only tested with +# 'openjade' package installed on Ubuntu 9.10. +html: $(srcdir)/radsecproxy.conf.5.xml + -openjade -E2000 -t sgml-raw -d /usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl -o radsecproxy.conf.html $< + clean-local: -rm radsecproxy.conf.5