Skip to content

Commit

Permalink
Minor technical/typo fixes.
Browse files Browse the repository at this point in the history
(I'm off to holidays, so sorry this is just for the first few pages).
  • Loading branch information
msdemlei committed Aug 22, 2024
1 parent b0ee1ce commit 7614392
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 21 deletions.
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,12 @@ VECTORFIGURES =
# Additional files to distribute (e.g., CSS, schema files, examples...)
AUX_FILES =

include ivoatex/Makefile
-include ivoatex/Makefile

ivoatex/Makefile:
@echo "*** ivoatex submodule not found. Initialising submodules."
@echo
git submodule update --init

test:
@echo "No tests defined yet"
Loading

0 comments on commit 7614392

Please sign in to comment.