AUTOMAKE_OPTIONS = gnu
EXTRA_DIST = doxyfile doc/images win32 zipios++.spec.in zipios++.spec
SUBDIRS = zipios++ src tests
DOCTOOL = doxygen
DOCCONF = doxyfile
.PHONY : ChangeLog
ChangeLog :
cvs2cl.pl --prune --separate-header --global-opts -z3
.PHONY : doc
doc :
convert doc/images/zipios++.jpg doc/images/zipios++.eps
$(DOCTOOL) $(DOCCONF)
.PHONY : devdoc
devdoc :
$(DOCTOOL) $(DOCCONF)
# The first perl one-liner changes the robots meta tag so search
# engines will index the first page. The second provides a list of
# keywords that are relevant, so the search engine will list this
# page if someone types in these keywords.
.PHONY : webdoc
webdoc : doc
$(MAKE) -C doc/latex pdf
# $(MAKE) -C doc/latex ps
mv doc/latex/refman.pdf doc/html/
# mv doc/latex/refman.ps doc/html/
cp doc/images/webgfx.gif doc/html/
perl -p -i -e 's/content\=\"noindex\"/content\=\"index\,nofollow\"/gi' doc/html/index.html
perl -p -i -e 's/\ \