Initial revision

This commit is contained in:
Jaroslav Kysela 1998-08-13 15:42:56 +00:00
commit 5abac67626
47 changed files with 7915 additions and 0 deletions

20
doc/Makefile Normal file
View file

@ -0,0 +1,20 @@
#
# Makefile for ALSA library
# Copyright (c) 1994-98 by Jaroslav Kysela <perex@jcu.cz>
#
include ../Makefile.conf
TARGETS=soundapi.txt \
soundapi.html
all: $(TARGETS)
soundapi.txt: soundapi.sgml
sgml2txt soundapi.sgml
soundapi.html: soundapi.sgml
sgml2html soundapi.sgml
clean:
rm -f core .depend *.orig *~