Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 597768 | Differences between
and this patch

Collapse All | Expand All

(-)./CMakeLists.txt (-1 / +5 lines)
Lines 127-133 Link Here
127
127
128
## Installation of the doc
128
## Installation of the doc
129
IF(MEDFILE_INSTALL_DOC)
129
IF(MEDFILE_INSTALL_DOC)
130
  INSTALL(DIRECTORY doc DESTINATION ${CMAKE_INSTALL_PREFIX}/share)
130
  set(MEDFILE_DOC_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share CACHE PATH "install dir for documentation")
131
  INSTALL(DIRECTORY doc/ DESTINATION ${MEDFILE_DOC_DIRECTORY}
132
	  PATTERN "*Makefile.*" EXCLUDE
133
	  PATTERN "*.in" EXCLUDE
134
	  PATTERN "dox" EXCLUDE)
131
ENDIF()
135
ENDIF()
132
136
133
#######################
137
#######################
(-)./doc/html/root.html (-1 / +1 lines)
Lines 38-44 Link Here
38
						</P>
38
						</P>
39
			<UL>
39
			<UL>
40
				<LI><P ALIGN=CENTER STYLE="margin-bottom: 0cm; border: none; padding: 0cm">
40
				<LI><P ALIGN=CENTER STYLE="margin-bottom: 0cm; border: none; padding: 0cm">
41
				<A HREF="modules.html">Guide de référence</A>. <BR>Le guide de
41
				<A HREF="../html.dox/modules.html">Guide de référence</A>. <BR>Le guide de
42
				référence des routines de l'API de la
42
				référence des routines de l'API de la
43
				V3.3. 
43
				V3.3. 
44
				</P>
44
				</P>

Return to bug 597768