Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/arch_src/pyalsaaudio-0.2/doc/src/Makefile
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-02-21 12:43:42 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-02-21 12:43:42 (GMT)
commit2876869020584497e61a340d4ca3c4c8a8cbde7f (patch)
treebb83d328a70fa1e8470d954e8ed90d7bba422ae8 /arch_src/pyalsaaudio-0.2/doc/src/Makefile
parent9ac3745fbd4253caca810d607a6f230d2b3b341d (diff)
undoing pyalsaaudio patchv36
Diffstat (limited to 'arch_src/pyalsaaudio-0.2/doc/src/Makefile')
-rw-r--r--arch_src/pyalsaaudio-0.2/doc/src/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch_src/pyalsaaudio-0.2/doc/src/Makefile b/arch_src/pyalsaaudio-0.2/doc/src/Makefile
deleted file mode 100644
index 44c3313..0000000
--- a/arch_src/pyalsaaudio-0.2/doc/src/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Makefile for PyAlsaAudio documentation
-#
-# In order to use this you need an unpacked version of the
-# Python source available. Set the source path below
-#
-# You also need a working latex installation, and the latex2html
-# tool installed.
-PYTHONSOURCE = /usr/src/Python-2.4.1/
-
-# Shouldn't need to change anything below here!
-
-MKHOWTO = $(PYTHONSOURCE)/Doc/tools/mkhowto
-
-all:
- $(MKHOWTO) --dir .. --html pyalsaaudio.tex
-
-text:
- $(MKHOWTO) --dir .. --text pyalsaaudio.tex
-
-