mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 05:51:37 +03:00
doxygen.cfg also references ARCH
This commit is contained in:
@@ -425,7 +425,10 @@ $(BIN)/%.rebuild :
|
||||
# Documentation
|
||||
#
|
||||
$(BIN)/doxygen.cfg : doxygen.cfg $(MAKEDEPS)
|
||||
$(PERL) -pe 's{\@SRCDIRS\@}{$(SRCDIRS)}; s{\@BIN\@}{$(BIN)};' $< > $@
|
||||
$(PERL) -pe 's{\@SRCDIRS\@}{$(SRCDIRS)}; ' \
|
||||
-e 's{\@BIN\@}{$(BIN)}; ' \
|
||||
-e 's{\@ARCH\@}{$(ARCH)}; ' \
|
||||
$< > $@
|
||||
|
||||
$(BIN)/doc : $(BIN)/doxygen.cfg
|
||||
$(DOXYGEN) $<
|
||||
|
||||
Reference in New Issue
Block a user