mirror of https://github.com/ipxe/ipxe.git
doxygen.cfg also references ARCH
parent
6b01ed0c95
commit
8e1d7b8a4a
|
@ -425,7 +425,10 @@ $(BIN)/%.rebuild :
|
||||||
# Documentation
|
# Documentation
|
||||||
#
|
#
|
||||||
$(BIN)/doxygen.cfg : doxygen.cfg $(MAKEDEPS)
|
$(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
|
$(BIN)/doc : $(BIN)/doxygen.cfg
|
||||||
$(DOXYGEN) $<
|
$(DOXYGEN) $<
|
||||||
|
|
Loading…
Reference in New Issue