1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-15 18:20:42 +02:00

Remove "if MAINTAINER_MODE" conditional.

This commit is contained in:
Thien-Thi Nguyen 2002-04-01 20:03:08 +00:00
parent e6cfef1c5d
commit 9c48d3aa3b

View file

@ -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