Only try to generate .html files where the .dbd.pod exists

This commit is contained in:
Andrew Johnson
2013-03-31 00:49:19 -05:00
committed by Ralph Lange
parent 53c5aaa9ee
commit b27439ce7b
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ menuGlobal_DBD += menuSimm.dbd
DBDINC += $(basename $(menuGlobal_DBD))
DBDINC += dbCommon
HTMLS += $(patsubst %.dbd,%.html,$(menuGlobal_DBD))
HTMLS += $(patsubst %.dbd.pod,%.html,$(notdir $(wildcard ../db/menu*.dbd.pod)))
dbCore_SRCS += dbLock.c
dbCore_SRCS += dbAccess.c

View File

@@ -51,4 +51,4 @@ stdRecords_DBD = $(patsubst %,%.dbd,$(stdRecords))
dbRecStd_SRCS += $(patsubst %,%.c,$(stdRecords))
HTMLS += $(patsubst %.dbd.pod,%.html,$(notdir $(wildcard $(STDDIR)/rec/*Record.dbd.pod)))
HTMLS += $(patsubst %.dbd.pod,%.html,$(notdir $(wildcard ../rec/*Record.dbd.pod)))