Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
remove support for eps.
Browse files Browse the repository at this point in the history
This also solves a problem with the images in the html documentation.
Before, eps images have been used and converted to (nearly unreadable)
pngs, even if native pngs have been available.
Now, the native pngs are used.
DVI are not provides any more.
  • Loading branch information
joergsteffens committed Sep 14, 2015
1 parent 4667b82 commit 5146447
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 81,631 deletions.
1 change: 0 additions & 1 deletion debian/docs
@@ -1,4 +1,3 @@
manuals/en/main/bareos-manual-main-reference.dvi
manuals/en/main/bareos-manual-main-reference.pdf
manuals/en/main/html/
manuals/en/developers/html/
9 changes: 6 additions & 3 deletions manuals/en/main/Makefile
Expand Up @@ -40,17 +40,20 @@ all: pdf html
depend:
@for I in ${subdirs}; \
do (cd $$I; echo "==>Entering directory `pwd`"; $(MAKE) || exit 1); done
ln -s ../../images/conv images || true

pdf: bareos-manual-main-reference.pdf

html: html/bareos-manual-main-reference.html

html/bareos-manual-main-reference.html: depend *.sty *.tex bareos-manual-main-reference.htlatex.cfg $(GENERATED) $(HTINDEXES) bareos-manual-main-reference.toc
mkdir -p html
mkdir -p html/
htlatex bareos-manual-main-reference "bareos-manual-main-reference.htlatex.cfg" "" -d./html/
mkdir -p html/images/
mv html/*.png html/images/

%.idx:
$(LATEX) bareos-manual-main-reference.tex
$(PDFLATEX) bareos-manual-main-reference.tex

%.ind: %.idx
$(MAKEINDEX) $<
Expand All @@ -65,7 +68,7 @@ html/bareos-manual-main-reference.html: depend *.sty *.tex bareos-manual-main-re
name=`basename $< .4dx`; $(MAKEINDEX) -o $${name}.htind $<

bareos-manual-main-reference.toc: *.tex
$(LATEX) bareos-manual-main-reference.tex
$(PDFLATEX) bareos-manual-main-reference.tex

bareos-manual-main-reference.dvi: depend *.sty *.tex $(GENERATED) $(INDEXES) bareos-manual-main-reference.toc
$(LATEX) bareos-manual-main-reference.tex
Expand Down
3 changes: 2 additions & 1 deletion manuals/en/main/bareos-manual-main-reference.htlatex.cfg
@@ -1,7 +1,8 @@
\Preamble{html,index=2,info,sections+}
% ,imgdir:images/
%\Preamble{html,index=2,mouseover,obj-toc,sections+}
\Configure{charset}{utf-8}
\Configure{@HEAD}{\HCode{<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css' />}}
\Css{body{font-family: 'Droid Sans', sans-serif;}}
\begin{document}

\Css{
Expand Down
1 change: 1 addition & 0 deletions manuals/en/main/bareos-manual-main-reference.tex
Expand Up @@ -16,6 +16,7 @@

\usepackage{float}
\usepackage{graphicx}
\DeclareGraphicsExtensions{.png,.jpg}
\usepackage{longtable}
\usepackage{makeidx}
\usepackage{index}
Expand Down
3 changes: 2 additions & 1 deletion manuals/en/main/bareos.sty
Expand Up @@ -21,7 +21,8 @@
%%
%%
%% define images directory
\def\idir{../../images/conv/} %% images directory
%\def\idir{../../images/conv/} %% images directory
\def\idir{images/}

%
% Bareos paths and filenames
Expand Down
6 changes: 5 additions & 1 deletion manuals/en/main/coverpage.tex
@@ -1,7 +1,11 @@

\begin{titlepage}

\title{\includegraphics[width=0.8\linewidth]{\idir bareos-full-logo} \\
\title{%
% explicied sizes, to prevent problems with htlatex
\includegraphics[width=0.8\textwidth,natwidth=743,natheight=233]{\idir bareos-full-logo.png} \\
%\includegraphics{\idir bareos-full-logo} \\
%\includegraphics[width=0.8\textwidth,natwidth=743,natheight=233]{\idir bareos-full-logo} \\
\Huge{Bareos} $^{\normalsize \textregistered}$\\
\huge{Backup Archiving REcovery Open Sourced}\\[2ex]
Main Reference\\
Expand Down
57,058 changes: 0 additions & 57,058 deletions manuals/images/Bareos-tray-monitor.eps

This file was deleted.

0 comments on commit 5146447

Please sign in to comment.