4 EXTRA_DIST = $(html_man_files) logo.png \
5 gnetlist-main.txt what-is-geda.html what-is-gnetlist.html \
8 docsreadmedir = $(docdir)/readmes
9 dist_docsreadme_DATA = \
10 README.bom README.pcb README.switcap README.verilog \
11 README.vhdl README.sysc README.eagle
13 dist_man_MANS = gnetlist.1
14 noinst_MANS = mk_verilog_syms.1
16 # Rules for converting man->html
17 html_man_files = $(dist_man_MANS:%.1=%.html)
20 docsmandir=$(docdir)/man
21 docsman_DATA=$(html_man_files)
25 LC_NUMERIC=C $(GROFF) -man -T html $< >$@.tmp && \
29 @echo "No working groff available: cannot create $@"
34 @echo 'Creating doxygen documentation for gnetlist...'
36 $(DOXYGEN) gnetlist.dox
38 @echo 'configure was not run with the --enable-doxygen switch.'
39 @echo 'The documentation cannot be built from the sources.'
42 MOSTLYCLEANFILES = *.log *~
44 DISTCLEANFILES = *.log core FILE *~
45 MAINTAINERCLEANFILES = *.log *~ Makefile.in $(html_man_files)
50 maintainer-clean-local: