Makefile.am revision 972599cf
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 23SUBDIRS = general man specs 24 25dist_doc_DATA = MAINTAINERS 26 27MAINTAINERCLEANFILES = ChangeLog INSTALL 28EXTRA_DIST = \ 29 misc/xlogo.epsi \ 30 misc/xlogo.svg \ 31 registry \ 32 specs/BDF/bdf.ms \ 33 specs/BDF/fig1.ps \ 34 specs/BDF/fig2.ps \ 35 specs/specindex.html 36 37.PHONY: ChangeLog INSTALL 38 39INSTALL: 40 $(INSTALL_CMD) 41 42ChangeLog: 43 $(CHANGELOG_CMD) 44 45dist-hook: ChangeLog INSTALL 46