diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
commit | f4fae92b6768541e2952173c3d4b09040f95bf7e (patch) | |
tree | d8c5d93232235cd635f3310b4d95490df181ba2d /kpilot/Documentation/ConduitProgrammingTutorial/Makefile | |
parent | 125c0a08265b75a133644d3b55f47e37c919f45d (diff) | |
download | tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.zip |
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/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpilot/Documentation/ConduitProgrammingTutorial/Makefile')
-rw-r--r-- | kpilot/Documentation/ConduitProgrammingTutorial/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/kpilot/Documentation/ConduitProgrammingTutorial/Makefile b/kpilot/Documentation/ConduitProgrammingTutorial/Makefile deleted file mode 100644 index 1dd8b068b..000000000 --- a/kpilot/Documentation/ConduitProgrammingTutorial/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# 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 |