We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57189e commit 406ab0dCopy full SHA for 406ab0d
README.rst
@@ -150,3 +150,15 @@ from Visual Studio as well::
150
msbuild.exe ALL_BUILD.vcxproj
151
msbuild.exe INSTALL.vcxproj
152
153
+
154
+Generating the Docs
155
+===================
156
157
+To generate the documentation you must install the `yelp-tools` package.
158
+On Linux this package can be found in the package manager for your distribution,
159
+on OSX we recommend using [TingPing's homebrew-gnome tap](https://github.com/TingPing/homebrew-gnome).
160
161
+Then use the following `./configure` options:
162
163
+* `--enable-html-docs` - builds the HTML documentation
164
+* `--enable-man-pages` - builds and installs the man-pages.
0 commit comments