generated from arras-energy/gridlabd-old
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: David P. Chassin <david.chassin@me.com> Signed-off-by: David P. Chassin <dchassin@slac.stanford.edu> Signed-off-by: Alyona Teyber <Ivanova.alyona5@gmail.com> Signed-off-by: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com> Signed-off-by: David P. Chassin <dpchassin@gmail.com> Co-authored-by: David P. Chassin <dchassin@slac.stanford.edu> Co-authored-by: Alyona Teyber <Ivanova.alyona5@gmail.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com>
- Loading branch information
1 parent
e4f7d20
commit 7685f31
Showing
63 changed files
with
80,143 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
|
||
DOCS = | ||
DOCS += docs/Utilities/Framework.md | ||
DOCS += docs/Utilities/Network.md | ||
DOCS += docs/Utilities/Edit.md | ||
DOCS += docs/Utilities/Mapping.md | ||
DOCS += docs/Utilities/Unitcalc.md | ||
docs: docs/Tools | ||
|
||
DOCS_UTILITIES = | ||
|
||
include $(top_srcdir)/docs/Tools/Makefile.mk | ||
|
||
docs/Tools: $(DOCS_UTILITIES) | ||
echo "Updating $@..." | ||
|
||
%.md: FORCE | ||
echo "Updating $@" | ||
$(DESTDIR)$(bindir)/gridlabd python docs/makemd.py $(basename $(notdir $(shell echo "$@" | tr 'A-Z' 'a-z'))) $(dir $@) | ||
|
||
docs/Utilities: $(DOCS) | ||
|
||
FORCE: |
Oops, something went wrong.