Newer
Older
monitord / lame-3.97 / doc / html / .svn / text-base / Makefile.am.svn-base
@root root on 23 Jan 2012 434 bytes Migration from SVN revision 455
  1. ## $Id: Makefile.am,v 1.4 2002/10/15 09:54:04 aleidinger Exp $
  2.  
  3. AUTOMAKE_OPTIONS = foreign ansi2knr
  4.  
  5. docdir = $(datadir)/doc
  6. pkgdocdir = $(docdir)/$(PACKAGE)
  7. htmldir = $(docdir)/html
  8. pkghtmldir = $(pkgdocdir)/html
  9.  
  10. pkghtml_DATA = \
  11. basic.html \
  12. contributors.html \
  13. examples.html \
  14. history.html \
  15. id3.html \
  16. index.html \
  17. lame.css \
  18. modes.html \
  19. node6.html \
  20. presets.html \
  21. switchs.html
  22.  
  23. EXTRA_DIST = $(pkghtml_DATA)
  24.