Skip to content
Snippets Groups Projects
Commit 8e2241ee authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Adding new target for javadoc: make documentationfile

parent 48702caa
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ documentationfile: $(patsubst %,$(TTOOL_SRC)/%,$(GLOBAL_JAVA))
@echo "$(PREFIX) Generating Javadoc"
mkdir -p $(TTOOL_DOC_HTML)
rm -f $(LIST_OF_FILES)
for p in $^; do \
@@for p in $^; do \
echo $$p >> $(LIST_OF_FILES);\
done
$(JAVADOC) $(DOCFLAGS) @$(LIST_OF_FILES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment