2 EXTRA_DIST = $(html_man_files) gsymcheck.dox logo.png \
3 gsymcheck-main.txt what-is-geda.html what-is-gsymcheck.html
5 dist_man_MANS = gsymcheck.1
8 # Rules for converting man->html
9 html_man_files = gsymcheck.html
12 docsmandir=$(docdir)/man
13 docsman_DATA=$(html_man_files)
17 LC_NUMERIC=C $(GROFF) -man -T html $< >$@.tmp && \
21 @echo "No working groff available: cannot create $@"
25 doxygen: gsymcheck.dox
26 @echo 'Creating doxygen documentation for gsymcheck...'
28 $(DOXYGEN) gsymcheck.dox
30 @echo 'configure was not run with the --enable-doxygen switch.'
31 @echo 'The documentation cannot be built from the sources.'
36 MOSTLYCLEANFILES = *.log *~
37 CLEANFILES = *.log *~ gsymcheck.html
38 DISTCLEANFILES = *.log core FILE *~
39 MAINTAINERCLEANFILES = *.log *~ Makefile.in $(html_man_files)
44 maintainer-clean-local: