1 EXTRA_DIST = gattrib.dox what-is-gattrib.html what-is-geda.html \
2 gattrib-main.txt logo.png
5 @echo 'Type: make doxygen to create doxygen documentation for gattrib'
8 @echo 'Creating doxygen documentation for gattrib...'
10 $(DOXYGEN) gattrib.dox
12 @echo 'configure was not run with the --enable-doxygen switch.'
13 @echo 'The documentation cannot be built from the sources.'
16 dist_man_MANS = gattrib.1
19 # Rules for converting man->html
20 html_man_files = gattrib.html
23 docsmandir=$(docdir)/man
24 dist_docsman_DATA=$(html_man_files)
28 LC_NUMERIC=C $(GROFF) -man -T html $< >$@.tmp && \
32 @echo "No working groff available: cannot create $@"
36 MOSTLYCLEANFILES = *.log *~
38 DISTCLEANFILES = *.log
39 MAINTAINERCLEANFILES = *.log *~ Makefile.in
44 maintainer-clean-local: