Skip to content
Snippets Groups Projects
Commit 199bac87 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

pod2html probably never worked under cmake, now it does

parent 50de95d2
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ external_ci
gcc
clang
qtbuild
podstyle.css
pub/src/xax_yacc.hpp
pub/src/frida
pub/src/frida2
......
......@@ -17,7 +17,7 @@ ADD_CUSTOM_TARGET(
# TODO: Find some place to put the html documentation.
ADD_CUSTOM_COMMAND(
OUTPUT frida.html
COMMAND pod2html --title="Frida - Fast reliable interactive data analysis" --noindex frida.pod > ${CMAKE_CURRENT_BINARY_DIR}/frida.html
COMMAND pod2html --title="Frida - Fast reliable interactive data analysis" --noindex ${CMAKE_CURRENT_SOURCE_DIR}/frida.pod > ${CMAKE_CURRENT_BINARY_DIR}/frida.html
DEPENDS frida.pod
)
......
# AllowOverride Options
Options +Indexes
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>FRIDA - Fast reliable interactive data analysis</title>
<meta http-equiv="REFRESH" content="0;url=frida.html"></HEAD>
<BODY>
</BODY>
</HTML>
.
.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment