From 3399ae320af80ab0db3d2773539d768ecd8362db Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Thu, 20 May 2010 13:47:21 +0000 Subject: Add install_system_dirs makefile target. Add configure options for system and locking directories. --- man/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/Makefile.in') 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) -- cgit