Updated comments. Include RULES not RULES.Db

This commit is contained in:
Janet B. Anderson
2001-01-12 23:25:25 +00:00
parent cd63b99470
commit 3e743436cd
2 changed files with 9 additions and 17 deletions
+6 -9
View File
@@ -8,22 +8,19 @@ include $(TOP)/configure/CONFIG
#DB_OPT = YES
#----------------------------------------------------
# Optimization needs the name of the appropriate
# dbd file (compare with ../src/Makefile.Vx)
#DBDNAME = exampleApp.dbd
# Create and install (or just install) dbd files
# <name>.dbd will be created from <name>Include.dbd
#DBD += example.dbd
#----------------------------------------------------
# Add databases, templates, substitutions like this
# Create and install (or just install)
# databases, templates, substitutions like this
DB += dbExample1.db dbExample2.db
#----------------------------------------------------
# Declare template files which do not show up in DB
#USES_TEMPLATE += dbExample2.template
#----------------------------------------------------
# The following line is for local dbd expansion
#DBDEXPAND = exampleInclude.dbd
include $(TOP)/configure/RULES.Db
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE
+3 -8
View File
@@ -9,9 +9,8 @@ include $(TOP)/configure/CONFIG
#DB_OPT = YES
#----------------------------------------------------
# Optimization needs the name of the appropriate
# dbd file (compare with ../src/Makefile.Vx)
#DBDNAME = _APPNAME_.dbd
# Creation of <name>.dbd file from <name>Include.dbd
#DBDNAME += _APPNAME_.dbd
#----------------------------------------------------
# Add databases, templates, substitutions like this
@@ -21,10 +20,6 @@ include $(TOP)/configure/CONFIG
# Declare template files which do not show up in DB
#USES_TEMPLATE += _APPNAME_.template
#----------------------------------------------------
# The following lines are for local dbd expansion
#DBDEXPAND = _APPNAME_Include.dbd
include $(TOP)/configure/RULES.Db
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE