X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/ac40fd9eb9d1980c90dc009d526a23ead1ec0f76..refs/tags/upstream/0.63.0:/userdb/Makefile.am diff --git a/userdb/Makefile.am b/userdb/Makefile.am index b7710b9..629b2c6 100644 --- a/userdb/Makefile.am +++ b/userdb/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.18 2008/05/08 17:20:40 mrsam Exp $ +# $Id: Makefile.am,v 1.20 2009/06/27 15:51:48 mrsam Exp $ # # Copyright 1998 - 2008 Double Precision, Inc. See COPYING for # distribution information. @@ -25,22 +25,22 @@ man_MANS=$(man8) CLEANFILES=$(man8) $(noinst_DATA) dummy makeuserdb.html: makeuserdb.html.in - CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status + ./config.status --file=$@ makeuserdb.8: makeuserdb.8.in - CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status + ./config.status --file=$@ userdb.html: userdb.html.in - CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status + ./config.status --file=$@ userdb.8: userdb.8.in - CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status + ./config.status --file=$@ userdbpw.html: userdbpw.html.in - CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status + ./config.status --file=$@ userdbpw.8: userdbpw.8.in - CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status + ./config.status --file=$@ if HAVE_SGML makeuserdb.html.in: makeuserdb.sgml ../docbook/sgml2html @@ -48,18 +48,22 @@ makeuserdb.html.in: makeuserdb.sgml ../docbook/sgml2html makeuserdb.8.in: makeuserdb.sgml ../docbook/sgml2man ../docbook/sgml2man makeuserdb.sgml makeuserdb.8.in + mv makeuserdb.8 makeuserdb.8.in userdb.html.in: userdb.sgml ../docbook/sgml2html ../docbook/sgml2html userdb.sgml userdb.html.in userdb.8.in: userdb.sgml ../docbook/sgml2man ../docbook/sgml2man userdb.sgml userdb.8.in + mv userdb.8 userdb.8.in userdbpw.html.in: userdbpw.sgml ../docbook/sgml2html ../docbook/sgml2html userdbpw.sgml userdbpw.html.in userdbpw.8.in: userdbpw.sgml ../docbook/sgml2man ../docbook/sgml2man userdbpw.sgml userdbpw.8.in + mv userdbpw.8 userdbpw.8.in + endif EXTRA_DIST=$(BUILT_SOURCES)