From cb7eddb91455a69cf66fcd717e91a51ca5e2cfef Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- Documentation/ConduitProgrammingTutorial/Makefile | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Documentation/ConduitProgrammingTutorial/Makefile (limited to 'Documentation/ConduitProgrammingTutorial/Makefile') diff --git a/Documentation/ConduitProgrammingTutorial/Makefile b/Documentation/ConduitProgrammingTutorial/Makefile new file mode 100644 index 0000000..1dd8b06 --- /dev/null +++ b/Documentation/ConduitProgrammingTutorial/Makefile @@ -0,0 +1,25 @@ +# Makefile for the conduit programming tutorial + +# This will probably go horribly wrong because all of the +# files have been reduced to just the sources, and so +# pdflatex can't read the required embedded pdf / eps +# pictures that should be created from the png's. + + +all : index.dvi index.pdf + + + +# latex index && pdflatex index && latex2html -local_icons index && latex2rtf index && dvips index +# +# We'll need to create the required pdf files in pictures/ as well. + + +ConduitStructures.pdf : ConduitStructure.eps + epstopdf ConduitStructure.eps + +index.dvi : index.tex + latex index + +index.pdf : ConduitStructures.pdf index.tex index.dvi + pdflatex index -- cgit v1.2.3