From b0b6de5e6c61fe92452bf057d2f0677a3d1fec9b Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 20 Feb 2009 16:12:44 +0000 Subject: silbe patch to build alsaaudio on first launch --- (limited to 'arch_src/pyalsaaudio-0.2/doc/src/.svn/text-base/Makefile.svn-base') diff --git a/arch_src/pyalsaaudio-0.2/doc/src/.svn/text-base/Makefile.svn-base b/arch_src/pyalsaaudio-0.2/doc/src/.svn/text-base/Makefile.svn-base new file mode 100644 index 0000000..44c3313 --- /dev/null +++ b/arch_src/pyalsaaudio-0.2/doc/src/.svn/text-base/Makefile.svn-base @@ -0,0 +1,20 @@ +# 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 + + -- cgit v0.9.1