Makefile.am 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Copyright 2005 Red Hat, Inc.
  2. #
  3. # Permission to use, copy, modify, distribute, and sell this software
  4. # and its documentation for any purpose is hereby granted without fee,
  5. # provided that the above copyright notice appear in all copies and
  6. # that both that copyright notice and this permission notice appear in
  7. # supporting documentation, and that the name of Red Hat not be used in
  8. # advertising or publicity pertaining to distribution of the software
  9. # without specific, written prior permission. Red Hat makes no
  10. # representations about the suitability of this software for any
  11. # purpose. It is provided "as is" without express or implied warranty.
  12. #
  13. # RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  14. # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
  15. # NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  16. # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
  17. # OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  18. # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
  19. # USE OR PERFORMANCE OF THIS SOFTWARE.
  20. #
  21. # Process this file with autoconf to create configure.
  22. SUBDIRS = man
  23. dist_doc_DATA = MAINTAINERS
  24. MAINTAINERCLEANFILES = ChangeLog INSTALL
  25. EXTRA_DIST = \
  26. misc/xlogo.epsi \
  27. misc/xlogo.svg \
  28. registry \
  29. specs/BDF/bdf.ms \
  30. specs/BDF/fig1.ps \
  31. specs/BDF/fig2.ps \
  32. specs/specindex.html
  33. .PHONY: ChangeLog INSTALL
  34. INSTALL:
  35. $(INSTALL_CMD)
  36. ChangeLog:
  37. $(CHANGELOG_CMD)
  38. dist-hook: ChangeLog INSTALL