1
Fork 0
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:
Thien-Thi Nguyen 2002-04-01 20:00:25 +00:00
parent 0624ce33f3
commit bd327d570e

View file

@ -22,16 +22,13 @@
## Commentary:
## 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:
## include $(top_srcdir)/am/maintainer-dirs
## See $(workbook)/build/maintainer-dirs.text for more info.
## Code:
if MAINTAINER_MODE
workbook = $(top_srcdir_absolute)/../workbook
mscripts = $(top_srcdir_absolute)/../scripts
endif
## am/maintainer-dirs ends here