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 README.md \ 30 misc/xlogo.epsi \ 31 misc/xlogo.svg \ 32 registry \ 33 specs/BDF/bdf.ms \ 34 specs/BDF/fig1.ps \ 35 specs/BDF/fig2.ps \ 36 specs/specindex.html 37 38.PHONY: ChangeLog INSTALL 39 40INSTALL: 41 $(INSTALL_CMD) 42 43ChangeLog: 44 $(CHANGELOG_CMD) 45 46dist-hook: ChangeLog INSTALL 47