Make HTMLS_DIR default to . if not set.

Remove HTMLS_DIR setting for files generated from DBD/POD.
This commit is contained in:
Andrew Johnson
2012-10-01 17:29:11 -05:00
committed by Ralph Lange
parent d2d40b901a
commit eb908c6ebf
3 changed files with 2 additions and 2 deletions

View File

@@ -68,6 +68,8 @@ else
INSTALL_TEMPLATES_SUBDIR = $(INSTALL_TEMPLATES)
endif
HTMLS_DIR ?= .
#---------------------------------------------------------------
# First target

View File

@@ -11,7 +11,6 @@ TOP=../..
include $(TOP)/configure/CONFIG
STDDIR=$(TOP)/src/std
HTMLS_DIR = std
LIBRARY_IOC += dbRecStd
dbRecStd_LIBS = dbCore ca Com

View File

@@ -51,7 +51,6 @@ PERL_SCRIPTS += dbdExpand.pl
PERL_SCRIPTS += dbdToHtml.pl
PERL_SCRIPTS += registerRecordDeviceDriver.pl
HTMLS_DIR = std
HTMLS = style.css
include $(TOP)/configure/RULES