From 199bac87ad4d3dd6451e6857dbcb167c130a7962 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Mon, 3 Aug 2015 16:50:42 +0200
Subject: [PATCH] pod2html probably never worked under cmake, now it does

---
 .gitignore             | 1 +
 pub/man/CMakeLists.txt | 2 +-
 pub/man/htaccess       | 2 --
 pub/man/index.html     | 8 --------
 pub/man/pod2htmd.tmp   | 2 --
 pub/man/pod2htmi.tmp   | 2 --
 6 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 pub/man/htaccess
 delete mode 100644 pub/man/index.html
 delete mode 100644 pub/man/pod2htmd.tmp
 delete mode 100644 pub/man/pod2htmi.tmp

diff --git a/.gitignore b/.gitignore
index c3f7cc6b..877230c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ external_ci
 gcc
 clang
 qtbuild
+podstyle.css
 pub/src/xax_yacc.hpp
 pub/src/frida
 pub/src/frida2
diff --git a/pub/man/CMakeLists.txt b/pub/man/CMakeLists.txt
index dbb1f1ad..bf72e433 100644
--- a/pub/man/CMakeLists.txt
+++ b/pub/man/CMakeLists.txt
@@ -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
 )
 
diff --git a/pub/man/htaccess b/pub/man/htaccess
deleted file mode 100644
index aab7b73c..00000000
--- a/pub/man/htaccess
+++ /dev/null
@@ -1,2 +0,0 @@
-# AllowOverride Options
-Options +Indexes
diff --git a/pub/man/index.html b/pub/man/index.html
deleted file mode 100644
index f724d06c..00000000
--- a/pub/man/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<!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>
diff --git a/pub/man/pod2htmd.tmp b/pub/man/pod2htmd.tmp
deleted file mode 100644
index 61e86d9f..00000000
--- a/pub/man/pod2htmd.tmp
+++ /dev/null
@@ -1,2 +0,0 @@
-
-.
diff --git a/pub/man/pod2htmi.tmp b/pub/man/pod2htmi.tmp
deleted file mode 100644
index 61e86d9f..00000000
--- a/pub/man/pod2htmi.tmp
+++ /dev/null
@@ -1,2 +0,0 @@
-
-.
-- 
GitLab