]> arthur.barton.de Git - netatalk.git/commitdiff
STATEDIR in manpages
authorHAT <hat@fa2.so-net.ne.jp>
Fri, 23 Mar 2012 18:00:34 +0000 (03:00 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Fri, 23 Mar 2012 18:00:34 +0000 (03:00 +0900)
man/man5/Makefile.am
man/man8/Makefile.am

index 6acf48d3dcbd433798cc724da4f7e524d8aefc8b..fd2edf6ca7aa9b84d68dbd9844fdbb39687827fe 100644 (file)
@@ -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" \
            <$< >$@
index 5df2e0fda5ce745882c17d611b19906d5da22a17..eb112ab3d7445ee15c824cea5b2df46e1d74d485 100644 (file)
@@ -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}@ \
            <$< >$@