Whamcloud - gitweb
Many files:
[tools/e2fsprogs.git] / MCONFIG.in
index 1776cf8..3f26b5e 100644 (file)
@@ -17,6 +17,7 @@ man1dir = $(usr_prefix)/man/man1
 man8dir = $(usr_prefix)/man/man8
 cat1dir = $(usr_prefix)/man/cat1
 cat8dir = $(usr_prefix)/man/cat8
+infodir = $(usr_prefix)/info
 
 @SET_MAKE@
 
@@ -84,7 +85,9 @@ LINUX_INCLUDE=@LINUX_INCLUDE@
 #
 # A fast substitution command for fixing up man pages, shell scripts, etc.
 #
-SUBSTITUTE= $(top_builddir)/lib/substitute_sh
+SUBST_CONF=$(top_builddir)/util/subst.conf
+SUBSTITUTE= $(top_builddir)/util/subst -f $(SUBST_CONF)
+DEP_SUBSTITUTE= $(top_builddir)/util/subst $(SUBST_CONF)
 
 #
 # Warning flags
@@ -161,8 +164,4 @@ depend:: .depend
        $(MV) $(srcdir)/Makefile.in.new $(srcdir)/Makefile.in; \
        else :; fi
 
-
-
-
-
 # End of file MCONFIG