EXTRA_DIST = libgeda-main.txt what-is-geda.html \
what-is-libgeda.html logo.png
SUFFIXES = .html .tex .pdf
all:
@echo 'Type: make doxygen to create doxygen documentation for libgeda'
doxygen: libgeda.dox
@echo 'Creating doxygen documentation for libgeda...'
if BUILDDOC
$(DOXYGEN) libgeda.dox
-cd latex && $(MAKE)
-cd ..
else
@echo 'Doxygen is not installed on your system.' >> $@
@echo 'The documentation can not be built from the sources.' >> $@
endif
MOSTLYCLEANFILES = *.log *~
CLEANFILES = *.log *~
DISTCLEANFILES = *.log
MAINTAINERCLEANFILES = *.log *~ Makefile.in configure
distclean-local:
-rm -rf html latex
maintainer-clean-local:
-rm -rf html latex