david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

doxygen.cfg also references ARCH

This commit is contained in:
Michael Brown 2005-05-18 14:39:31 +00:00
parent 6b01ed0c95
commit 8e1d7b8a4a
1 changed files with 4 additions and 1 deletions

View File

@ -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) $<