mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
binconst.mk:
- when building the various utilities, have the 'release' target update the master describe database source, rather than a copy of it.
This commit is contained in:
parent
3443e714c6
commit
bd0308e3b2
@ -2,7 +2,7 @@
|
|||||||
# Compilation constants for utilities (directories ./bin, ./sbin,
|
# Compilation constants for utilities (directories ./bin, ./sbin,
|
||||||
# ./usr.bin, ./usr.sbin). These are not used when building the libraries.
|
# ./usr.bin, ./usr.sbin). These are not used when building the libraries.
|
||||||
#
|
#
|
||||||
# $Id: binconst.mk,v 1.10 1998/12/31 21:26:34 gdr-ftp Exp $
|
# $Id: binconst.mk,v 1.11 1999/01/07 07:28:14 gdr-ftp Exp $
|
||||||
#
|
#
|
||||||
# Devin Reade, 1997.
|
# Devin Reade, 1997.
|
||||||
#
|
#
|
||||||
@ -27,7 +27,8 @@ TMPDIR = 14
|
|||||||
.END
|
.END
|
||||||
|
|
||||||
# $(DESC_SRC) is the created source file for the describe(1) database.
|
# $(DESC_SRC) is the created source file for the describe(1) database.
|
||||||
DESC_DIR = $(RELEASE_DIR)/usr/lib
|
# DESC_DIR = $(RELEASE_DIR)/usr/lib
|
||||||
|
DESC_DIR = $(SRC_DIR)/gno/doc/describe
|
||||||
DESC_SRC = $(DESC_DIR)/describe.src
|
DESC_SRC = $(DESC_DIR)/describe.src
|
||||||
|
|
||||||
# If no source files were defined, use program name
|
# If no source files were defined, use program name
|
||||||
|
Loading…
Reference in New Issue
Block a user