From d9d072f9058b55b5188a17b5c627218bdf64ed0c Mon Sep 17 00:00:00 2001 From: fredrik Date: Mon, 5 Mar 2007 01:46:07 +0000 Subject: [PATCH] Add Makefile for doc/. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@856 959494ce-11ee-0310-bf91-de5d638817bd --- Makefile.am | 2 +- configure.in | 1 + doc/Makefile.am | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 doc/Makefile.am diff --git a/Makefile.am b/Makefile.am index a4bfe78..45e83e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS= common daemon lib include clients po config autopackage +SUBDIRS= common daemon lib include clients po config autopackage doc ACLOCAL_AMFLAGS = -I m4 diff --git a/configure.in b/configure.in index 9383e94..a17df0c 100644 --- a/configure.in +++ b/configure.in @@ -205,6 +205,7 @@ clients/gnome-trans-applet/Makefile clients/gaim/Makefile include/Makefile include/doldaconnect/Makefile +doc/Makefile po/Makefile.in config/Makefile autopackage/dolcon.apspec diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..6fc933b --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,5 @@ +man_MANS = doldacond.conf.5 +BUILT_SOURCES = doldacond.conf.5 + +doldacond.conf.5: doldacond.conf.5.in ../daemon/*.c + ./mkcvman ../daemon/*.c doldacond.conf.5 -- 2.11.0