Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@ all: html

html: all-html

downstream: all-html-downstream

pdf: all-pdf

clean: all-clean

browser: all-browser

all-html:
cd doc-Service-Telemetry-Framework && $(MAKE) html
cd doc-Service-Telemetry-Framework && $(MAKE) html && $(MAKE) html13

all-html-downstream:
cd doc-Service-Telemetry-Framework && $(MAKE) html BUILD=downstream && $(MAKE) html13 BUILD=downstream

all-pdf:
cd doc-Service-Telemetry-Framework && $(MAKE) pdf
Expand Down