From e8f25eeedb4984a723ee3689f4bf5a5fbf9ee01a Mon Sep 17 00:00:00 2001 From: HAT Date: Sat, 24 Mar 2012 03:00:34 +0900 Subject: [PATCH] STATEDIR in manpages --- man/man5/Makefile.am | 1 + man/man8/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/man/man5/Makefile.am b/man/man5/Makefile.am index 6acf48d3..fd2edf6c 100644 --- a/man/man5/Makefile.am +++ b/man/man5/Makefile.am @@ -9,6 +9,7 @@ SUFFIXES = .tmpl . -e "s@:BINDIR:@${bindir}@g" \ -e "s@:ETCDIR:@${pkgconfdir}@g" \ -e "s@:LIBDIR:@${libdir}@g" \ + -e "s@:STATEDIR:@${localstatedir}@g" \ -e "s@:DEFAULT_CNID_SCHEME:@${DEFAULT_CNID_SCHEME}@g" \ -e "s@:COMPILED_BACKENDS:@${compiled_backends}@g" \ <$< >$@ diff --git a/man/man8/Makefile.am b/man/man8/Makefile.am index 5df2e0fd..eb112ab3 100644 --- a/man/man8/Makefile.am +++ b/man/man8/Makefile.am @@ -10,6 +10,7 @@ SUFFIXES = .tmpl . -e s@:ETCDIR:@${pkgconfdir}@ \ -e s@:LIBDIR:@${libdir}@ \ -e s@:LIBEXECDIR:@${libexecdir}@ \ + -e "s@:STATEDIR:@${localstatedir}@g" \ -e s@:NETATALK_VERSION:@${NETATALK_VERSION}@ \ <$< >$@ -- 2.39.2