Skip to content

Commit

Permalink
Updated Makefile and .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
eFrane committed Sep 7, 2015
1 parent 3f2132f commit a30e96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
archives
out
src/images/*.png
src/5-99-generiertes-schema.md
src/3-99-generiertes-schema.md
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $(IMG_DIR)/%.png: $(IMG_DIR)/%.pdf
$(OUT_DIR):
mkdir -p $(OUT_DIR)

$(SCHEMA_MD): $(SHM_DIR)/*.json $(EXP_DIR)/*.json
$(SCHEMA_MD): $(SHM_DIR)/*.json $(EXP_DIR)/*.json scripts/json_schema2markdown.py
python scripts/json_schema2markdown.py $(SHM_DIR) $(EXP_DIR) > $(SCHEMA_MD)

# main targets
Expand Down

0 comments on commit a30e96c

Please sign in to comment.