Skip to content

Commit 6aaff62

Browse files
committed
Docs: install separate docs for XCP and XS
Signed-off-by: Rob Hoes <[email protected]>
1 parent 9f0f044 commit 6aaff62

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

ocaml/doc/OMakefile

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ doc: jsapi
1717

1818
.PHONY: sdk-install
1919
sdk-install: doc
20-
mkdir -p $(SDK)/docs/html
21-
sh -c 'cp -r -L api $(SDK)/docs/html/'
22-
cp *.js *.html *.css *.png $(SDK)/docs/html/
23-
cp citrix/* $(SDK)/docs/html/
20+
mkdir -p $(SDK)/docs/html/xcp
21+
sh -c 'cp -r -L api $(SDK)/docs/html/xcp/'
22+
sh -c 'cp -r -L content $(SDK)/docs/html/xcp/'
23+
cp *.js *.html *.css *.png $(SDK)/docs/html/xcp/
24+
25+
mkdir -p $(SDK)/docs/html/xenserver
26+
sh -c 'cp -r -L api $(SDK)/docs/html/xenserver/'
27+
cp *.js *.html *.css *.png $(SDK)/docs/html/xenserver/
28+
cp citrix/* $(SDK)/docs/html/xenserver/
2429

2530
.PHONY: clean
2631
clean:

0 commit comments

Comments
 (0)