Only try to generate .html files where the .dbd.pod exists
This commit is contained in:
committed by
Ralph Lange
parent
53c5aaa9ee
commit
b27439ce7b
@@ -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
|
||||
|
||||
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user