From d11807a7b578173face35b8b10151abd6c64d0f4 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Sun, 2 Nov 2003 08:21:30 +0000 Subject: [PATCH] Allow the configure script to set where manpages go using --mandir. Closes SF bug #827319. --- expat/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/expat/Makefile.in b/expat/Makefile.in index 5330f932..f85920c1 100644 --- a/expat/Makefile.in +++ b/expat/Makefile.in @@ -30,7 +30,7 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ includedir = @includedir@ -mandir = ${prefix}/man/man1 +man1dir = @mandir@/man1 top_builddir = . @@ -73,9 +73,9 @@ check: tests/runtests tests/runtests install: xmlwf/xmlwf installlib - $(mkinstalldirs) $(bindir) $(mandir) + $(mkinstalldirs) $(bindir) $(man1dir) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(bindir)/xmlwf - $(INSTALL_DATA) $(MANFILE) $(mandir) + $(INSTALL_DATA) $(MANFILE) $(man1dir) installlib: $(LIBRARY) $(APIHEADER) $(mkinstalldirs) $(libdir) $(includedir) @@ -84,7 +84,7 @@ installlib: $(LIBRARY) $(APIHEADER) uninstall: uninstalllib $(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf - rm -f $(mandir)/xmlwf.1 + rm -f $(man1dir)/xmlwf.1 uninstalllib: $(LIBTOOL) --mode=uninstall rm -f $(libdir)/$(LIBRARY)