]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
doxygen.cfg also references ARCH
authorMichael Brown <mcb30@etherboot.org>
Wed, 18 May 2005 14:39:31 +0000 (14:39 +0000)
committerMichael Brown <mcb30@etherboot.org>
Wed, 18 May 2005 14:39:31 +0000 (14:39 +0000)
src/Makefile.housekeeping

index ed4ba51d87b26cc840e591d593012283dc3be3b5..78b4f078f346ab853dc489f5607b88ca773ecfe4 100644 (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) $<