source: trunk/third/esound/docs/Makefile.am @ 18233

Revision 18233, 611 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18232, which included commits to RCS files with non-trunk default branches.
Line 
1man_MANS = esd.1 esdcat.1 esd-config.1 esdctl.1 esddsp.1 esdfilt.1 esdloop.1 esdmon.1 esdplay.1 esdrec.1 esdsample.1
2
3EXTRA_DIST = esd.1.in esdcat.1.in esd-config.1.in esdctl.1.in esddsp.1.in esdfilt.1.in esdloop.1.in esdmon.1.in esdplay.1.in esdrec.1.in esdsample.1.in
4
5DOCS = @DOCS@
6
7doc: $(DOCS)
8
9esound/index.html: esound.sgml
10        @DB2HTML@ $(srcdir)/esound.sgml
11
12esound.ps: esound.sgml
13        cd $(srcdir) && @DB2PS@ esound.sgml
14
15distclean: clean
16        rm -rf $(srcdir)/esound $(srcdir)/esound.junk
17        rm -f $(srcdir)/esound.dvi $(srcdir)/esound.ps $(srcdir)/esound.tex $(srcdir)/esound.aux $(srcdir)/esound.log
18
19clean:
Note: See TracBrowser for help on using the repository browser.