summaryrefslogtreecommitdiffstats
path: root/man/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-05-20 13:47:21 +0000
committerAlasdair Kergon <agk@redhat.com>2010-05-20 13:47:21 +0000
commit3399ae320af80ab0db3d2773539d768ecd8362db (patch)
treed959b23f0655d7c84449c428ace029ebd5748fdc /man/Makefile.in
parentda05c479a95e3629cd29a9fdc78f15aa00cf4aa8 (diff)
downloadlvm2-3399ae320af80ab0db3d2773539d768ecd8362db.tar.gz
lvm2-3399ae320af80ab0db3d2773539d768ecd8362db.tar.xz
lvm2-3399ae320af80ab0db3d2773539d768ecd8362db.zip
Add install_system_dirs makefile target.
Add configure options for system and locking directories.
Diffstat (limited to 'man/Makefile.in')
-rw-r--r--man/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 9b538410..eef1982a 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -67,7 +67,7 @@ $(MAN5) $(MAN8) $(MAN8CLUSTER): Makefile
%: %.in
@case "$@" in \
*/*) ;; \
- *) echo "Creating $@" ; $(SED) -e "s/#VERSION#/$(LVM_VERSION)/" $< > $@ ;; \
+ *) echo "Creating $@" ; $(SED) -e "s+#VERSION#+$(LVM_VERSION)+;s+#DEFAULT_SYS_DIR#+$(DEFAULT_SYS_DIR)+;s+#DEFAULT_ARCHIVE_DIR#+$(DEFAULT_ARCHIVE_DIR)+;s+#DEFAULT_BACKUP_DIR#+$(DEFAULT_BACKUP_DIR)+;s+#DEFAULT_CACHE_DIR#+$(DEFAULT_CACHE_DIR)+;s+#DEFAULT_LOCK_DIR#+$(DEFAULT_LOCK_DIR)+" $< > $@ ;; \
esac
install_man5: $(MAN5)