mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-16 06:14:59 +00:00
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:
@@ -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
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
@@ -89,7 +89,8 @@ endif
|
|||||||
M_ENV = \
|
M_ENV = \
|
||||||
MERCURY_PROFILER=../profiler/mercury_profile \
|
MERCURY_PROFILER=../profiler/mercury_profile \
|
||||||
MERCURY_COMPILER=../compiler/mercury_compile \
|
MERCURY_COMPILER=../compiler/mercury_compile \
|
||||||
MERCURY_MKINIT=../util/mkinit
|
MERCURY_MKINIT=../util/mkinit \
|
||||||
|
MCFLAGS=--no-mercury-stdlib-dir
|
||||||
|
|
||||||
%.1: ../scripts/% make_manpage
|
%.1: ../scripts/% make_manpage
|
||||||
$(M_ENV) ./make_manpage $< > $@
|
$(M_ENV) ./make_manpage $< > $@
|
||||||
|
|||||||
Reference in New Issue
Block a user