commit xpath

This commit is contained in:
Olof hagsand 2016-02-24 21:16:15 +01:00
parent 554c1cb9de
commit 9bd941ab76
14 changed files with 306 additions and 130 deletions

View file

@ -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"