# Generated automatically from Makefile.in by configure.
# $Id: Makefile.in,v 1.30 2001/12/26 02:59:25 vkurland Exp $


SHELL = /bin/sh
DESTDIR = 



srcdir = .
top_srcdir = ..

prefix = /usr
exec_prefix = /usr
bindir = /usr/bin
docdir = /usr/share/doc/libfwbuilder-0.10.4

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM=${INSTALL}
INSTALL_DATA=${INSTALL} -m 644

mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs


DOCS=   AUTHORS \
	COPYING \
	Credits \
	ChangeLog \
	FAQ \
	FAQ.html \
	INSTALL \
	README.api \
	README.gui \
	README.compiler-framework \
	README.iptables \
	README.ipfilter \
	README.floppyfw \
	ReleaseNotes_0.8.7 \
	ReleaseNotes_0.9.0 \
	ReleaseNotes_0.9.1 \
	ReleaseNotes_0.9.2 \
	ReleaseNotes_0.9.2.html \
	ReleaseNotes_0.9.3 \
	ReleaseNotes_0.9.3.html \
	ReleaseNotes_0.9.4 \
	ReleaseNotes_0.9.4.html \
	ReleaseNotes_0.9.5 \
	ReleaseNotes_0.9.5.html \
	ReleaseNotes_0.9.6 \
	ReleaseNotes_0.9.6.html \
	ReleaseNotes_0.9.7 \
	ReleaseNotes_0.9.7.html \
	ReleaseNotes_0.9.8 \
	ReleaseNotes_0.9.8.html \
	ReleaseNotes_0.9.9 \
	ReleaseNotes_0.9.9.html \
	ReleaseNotes_1.0.0 \
	ReleaseNotes_1.0.0.html \
	Requirements \
	Requirements.html \
	feedback.html 

all: 

install: 
	$(mkinstalldirs) $(DESTDIR)$(docdir)
	$(INSTALL_DATA) -m 0644 $(DOCS) $(DESTDIR)$(docdir)

uninstall:
	list='$(DOCS)'; for file in $$list; do \
	  rm -f $(docdir)/$$file; \
	done

clean depend:
	echo


distclean:
	rm -f Makefile


FAQ.html:  FAQ.sgml FAQ.dsl 
	db2html -d `pwd`/FAQ.dsl -o . FAQ.sgml



