Fix bug #173 in Mantis. The manual page for mmc in the source distribution

Branches: main, 11.07

Fix bug #173 in Mantis.  The manual page for mmc in the source distribution
contains an error message reporting that the Mercury.config file cannot be
found.

doc/Mmakefile:
	Tell mmc not to look for the standard library
	(which implies --no-mercury-configuration-directory)
	when building the manual pages.
This commit is contained in:
Julien Fischer
2011-08-18 17:19:25 +00:00
parent 07a3d1d9fb
commit b13989c75f

View File

@@ -1,5 +1,5 @@
#-----------------------------------------------------------------------------#
# Copyright (C) 1996-2007, 2009-2010 The University of Melbourne.
# Copyright (C) 1996-2007, 2009-2011 The University of Melbourne.
# This file may only be copied under the terms of the GNU General
# Public License - see the file COPYING in the Mercury distribution.
#-----------------------------------------------------------------------------#
@@ -89,7 +89,8 @@ endif
M_ENV = \
MERCURY_PROFILER=../profiler/mercury_profile \
MERCURY_COMPILER=../compiler/mercury_compile \
MERCURY_MKINIT=../util/mkinit
MERCURY_MKINIT=../util/mkinit \
MCFLAGS=--no-mercury-stdlib-dir
%.1: ../scripts/% make_manpage
$(M_ENV) ./make_manpage $< > $@