File tree Expand file tree Collapse file tree 9 files changed +20
-57
lines changed Expand file tree Collapse file tree 9 files changed +20
-57
lines changed Original file line number Diff line number Diff line change @@ -16,26 +16,19 @@ BUILDDIR = _build
16
16
17
17
DOC_TAG ?= development
18
18
RELEASE ?= latest
19
- PUBLISHDIR = ../projectacrn.github.io/$(RELEASE )
19
+ PUBLISHDIR = ../../ projectacrn.github.io/$(RELEASE )
20
20
21
21
# Put it first so that "make" without argument is like "make help".
22
22
help :
23
23
@$(SPHINXBUILD ) -M help " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
24
24
@echo " "
25
- @echo " make pullsource"
26
- @echo " fetch and merge upstream source for the project ACRN code repos"
27
- @echo " "
28
25
@echo " make publish"
29
26
@echo " publish generated html to projectacrn.github.io site:"
30
27
@echo " specify RELEASE=name to publish as a tagged release version"
31
- @echo " and placed in a version subfolder"
28
+ @echo " and placed in a version subfolder. Requires repo merge permission. "
32
29
33
30
.PHONY : help Makefile
34
31
35
- pullsource :
36
- $(Q ) scripts/pullsource.sh
37
-
38
-
39
32
# Generate the doxygen xml (for Sphinx) and copy the doxygen html to the
40
33
# api folder for publishing along with the Sphinx-generated API docs.
41
34
Original file line number Diff line number Diff line change @@ -791,10 +791,10 @@ WARN_LOGFILE =
791
791
# Note: If this tag is empty the current directory is searched.
792
792
793
793
INPUT = custom-doxygen/mainpage.md \
794
- ../acrn- hypervisor/include/common/hypercall.h \
795
- ../acrn- hypervisor/include/public/acrn_common.h \
796
- ../acrn- hypervisor/include/public/acrn_hv_defs.h \
797
- ../acrn- devicemodel/include/virtio.h
794
+ ../hypervisor/include/common/hypercall.h \
795
+ ../hypervisor/include/public/acrn_common.h \
796
+ ../hypervisor/include/public/acrn_hv_defs.h \
797
+ ../devicemodel/include/virtio.h
798
798
799
799
800
800
# This tag can be used to specify the character encoding of the source files
Original file line number Diff line number Diff line change 63
63
version_major = None
64
64
version_minor = None
65
65
version_rc = None
66
- for line in open (os .path .normpath ("../acrn- hypervisor/Makefile" )) :
66
+ for line in open (os .path .normpath ("../hypervisor/Makefile" )) :
67
67
# remove comments
68
68
line = line .split ('#' , 1 )[0 ]
69
69
line = line .rstrip ()
93
93
#
94
94
# The short X.Y version.
95
95
# version = u'0.1'
96
- # The full version, including alpha/doc/ beta/doc /rc tags.
96
+ # The full version, including alpha/beta/rc tags.
97
97
# release = u'0.1'
98
98
99
99
# The language for content autogenerated by Sphinx. Refer to documentation
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ Set up Reference UOS
270
270
271
271
# losetup -f -P --show /root/clear-22140-kvm.img
272
272
# mount /dev/loop0p3 /mnt
273
- # cp -r /usr/lib/doc/ modules/4.14.34-28.pk414-standard /mnt/lib/doc /modules/
273
+ # cp -r /usr/lib/modules/4.14.34-28.pk414-standard /mnt/lib/modules/
274
274
# umount /mnt
275
275
# sync
276
276
@@ -293,7 +293,7 @@ Set up Reference UOS
293
293
and version number highlighted above (the ``-s 3,virtio-blk `` argument) to match
294
294
what you have downloaded above. Likewise, you may need to adjust the kernel file
295
295
name on the second line highlighted (check the exact name to be used using:
296
- ``ls /usr/lib/doc/ kernel/org.clearlinux*-standard* ``).
296
+ ``ls /usr/lib/kernel/org.clearlinux*-standard* ``).
297
297
298
298
By default, the script is located in the ``/usr/share/acrn/demo/ ``
299
299
directory. You can edit it there, and then run it to launch the User OS:
@@ -340,7 +340,7 @@ each with their own way to install development tools:
340
340
libpciaccess-dev \
341
341
uuid-dev
342
342
343
- * On a Fedora/doc/ Redhat development system:
343
+ * On a Fedora/Redhat development system:
344
344
345
345
.. code-block :: console
346
346
Original file line number Diff line number Diff line change 1
- .. _wip :
2
-
3
- Work in Progress
4
- ################
5
-
6
- This is a placeholder doc for technical how-to articles in-progress.
1
+ .. _wip :
2
+
3
+ Work in Progress
4
+ ################
5
+
6
+ This is a placeholder doc for technical how-to articles in-progress.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Source code for Project ACRN is maintained in the
13
13
license.
14
14
15
15
.. _BSD 3-clause license :
16
- https://github.com/projectacrn/acrn-hypervisor/blob/doc/ master/LICENSE
16
+ https://github.com/projectacrn/acrn-hypervisor/blob/master/LICENSE
17
17
18
18
.. _Project ACRN GitHub repo : https://github.com/projectacrn
19
19
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ ACRN hypervisor source tree
53
53
include files for all public APIs (doxygen comments in these source
54
54
files are used to generate the :ref: `acrn_apis ` documentation)
55
55
56
- **lib/doc/ **
56
+ **lib/ **
57
57
runtime service libraries
58
58
59
59
ACRN Device Model source tree
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments