mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
doxygen.cfg also references ARCH
This commit is contained in:
parent
6b01ed0c95
commit
8e1d7b8a4a
@ -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) $<
|
||||
|
Loading…
Reference in New Issue
Block a user