have make copy the HTML output to a custom location
This commit is contained in:
parent
281a0acbe1
commit
28569236c3
3
Makefile
3
Makefile
@ -50,6 +50,9 @@ $(TMPDIR)/%.patch: $(DE_OGCSRD_PATCH_DIR)/%.patch
|
|||||||
web: $(CCSRD)
|
web: $(CCSRD)
|
||||||
mkdir -p $(WEBDIR)
|
mkdir -p $(WEBDIR)
|
||||||
pandoc $(CCSRD) --data-dir=$(STYLESDIR) --template bss -s -o $(HTML_OUT)
|
pandoc $(CCSRD) --data-dir=$(STYLESDIR) --template bss -s -o $(HTML_OUT)
|
||||||
|
ifdef DEST_FILE
|
||||||
|
cp $(HTML_OUT) $(DEST_FILE)
|
||||||
|
endif
|
||||||
|
|
||||||
# BUILD STEPS
|
# BUILD STEPS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user