commit xpath
This commit is contained in:
parent
554c1cb9de
commit
9bd941ab76
14 changed files with 306 additions and 130 deletions
|
|
@ -30,13 +30,13 @@ pdflatex = @PDFLATEX@
|
|||
|
||||
SUBDIRS =
|
||||
|
||||
.PHONY: clean all $(SUBDIRS)
|
||||
.PHONY: clean all doc $(SUBDIRS)
|
||||
|
||||
all: $(SUBDIRS) doc
|
||||
echo "Build doxygen doc and graphs: make graphs"
|
||||
echo "Build doxygen doc: make doc"
|
||||
|
||||
# Regular doxygen documentation
|
||||
doc:
|
||||
doc:
|
||||
doxygen Doxyfile # generates html dir
|
||||
echo "Build doxygen graphs: make graphs"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue