Opened 15 years ago
Closed 14 years ago
#278 closed request (fixed)
install documentation
Reported by: | Peter | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | yat 0.4 |
Component: | build | Version: | |
Keywords: | Cc: |
Description (last modified by )
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | later → 0.4 |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Owner: | Jari Häkkinen deleted |
---|---|
Status: | assigned → new |
comment:4 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
(In [1256]) Fixes ticket:278. Documentation is installed with Make targets install-dvi, install-ps, install-pdf, or the usual install. NOTE: install targets are not depending on their corresponding file, and therefore it is recommended to issue `make doc prior make install. The reason for this choice is that make install` is typically run by root and preferaby root should not run doxygen and create a lot of files locally (which can only be removed by root). If a file to be installed does not exist, the file is omitted.
Files are installed in $(dvidir), $(psdir), $(pdfdir), and $(htmldir), which can be changed with configure. Default are these set to $(docdir), which typically is /usr/local/share/doc/yat/.
If we start using tag files as discussed in ticket:219, there is perl script installdox (created by doxygen) that might be useful when moving/installing the documentation.
http://www.star.bnl.gov/public/comp/sofi/doxygen/installdox_usage.html