mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Remove "if MAINTAINER_MODE" conditional.
This commit is contained in:
parent
0624ce33f3
commit
bd327d570e
1 changed files with 0 additions and 3 deletions
|
@ -22,16 +22,13 @@
|
||||||
## Commentary:
|
## Commentary:
|
||||||
|
|
||||||
## This fragment defines two variables: workbook and mscripts.
|
## This fragment defines two variables: workbook and mscripts.
|
||||||
## These are only defined in MAINTAINER_MODE.
|
|
||||||
## It can be included in any Makefile.am by adding the line:
|
## It can be included in any Makefile.am by adding the line:
|
||||||
## include $(top_srcdir)/am/maintainer-dirs
|
## include $(top_srcdir)/am/maintainer-dirs
|
||||||
## See $(workbook)/build/maintainer-dirs.text for more info.
|
## See $(workbook)/build/maintainer-dirs.text for more info.
|
||||||
|
|
||||||
## Code:
|
## Code:
|
||||||
|
|
||||||
if MAINTAINER_MODE
|
|
||||||
workbook = $(top_srcdir_absolute)/../workbook
|
workbook = $(top_srcdir_absolute)/../workbook
|
||||||
mscripts = $(top_srcdir_absolute)/../scripts
|
mscripts = $(top_srcdir_absolute)/../scripts
|
||||||
endif
|
|
||||||
|
|
||||||
## am/maintainer-dirs ends here
|
## am/maintainer-dirs ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue