Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > af7a4b7f1ee5a4a084c41b9005da5527 > files > 224

libfox1.1_46-devel-1.1.46-1mdk.i586.rpm

## Process this file with automake to produce Makefile.in

#htmldir = $(prefix)/@PACKAGE@/html
htmldir = $(datadir)/doc/fox-1.1/html

SUBDIRS = art screenshots ref


# Human-written HTML files
HTML_FILES = \
adie.html \
app.html \
calc.html \
consulting.html \
clipboard.html \
datatarget.html \
doc.html \
download.html \
doxygen.cfg \
draganddrop.html \
faq.html \
filefuncs.html \
filter.pl \
focus.html \
fonts.html \
footer.html \
foreword.html \
fox.html \
goals.html \
guiupdate.html \
header.html \
home.html \
icons.html \
introduction.html \
layout.html \
license.html \
menu.css \
menu.html \
messages.html \
news.html \
oldfox.html \
page.css \
pathfinder.html \
projects.html \
references.html \
registry.html \
rex.html \
screenshots.html \
serialization.html \
styles.css \
timers.html \
widgets.html \
top.html \
widgets.html \
win32.html \
window.html \
xml.html


docs:
	doxygen doxygen.cfg


# Complete documentation package
html_DATA = $(HTML_FILES)

EXTRA_DIST = $(html_DATA)