1 dist_man_MANS = gsch2pcb.1 grenum.1 gxyrs.1 \
2 pcb_backannotate.1 refdes_renum.1 schdiff.1 tragesym.1 \
6 EXTRA_DIST = README.gsch2pcb README.tragesym README.grenum \
7 TODO.grenum why.grenum logo.png utils-main.txt \
8 what-is-geda.html what-is-utils.html utils.dox \
9 gsch2pcb.1.in grenum.1.in gxyrs.1.in \
10 pcb_backannotate.1.in refdes_renum.1.in \
11 schdiff.1.in tragesym.1.in \
12 garchive.1.in gschlas.1.in \
15 docsreadmedir = $(docdir)/readmes
16 docsreadme_DATA = README.gsch2pcb README.tragesym README.grenum
19 @echo 'Creating doxygen documentation for utils...'
21 cd $(srcdir) && $(DOXYGEN) utils.dox
23 @echo 'configure was not run with the --enable-doxygen switch.'
24 @echo 'The documentation cannot be built from the sources.'
29 d=`$(GUILE) -c '(setlocale LC_ALL "C") \
30 (display (strftime "%B %-d, %Y" \
31 (car (strptime "%Y%m%d" (cadr (program-arguments))))))' $(DATE_VERSION)` ; \
32 v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
33 y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
34 sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
36 # Rules for converting man->html
39 html_man_files += $(dist_man_MANS:%.1=%.html)
41 SUFFIXES = .1.in .1 .html
43 docsmandir=$(docdir)/man
44 dist_docsman_DATA=$(html_man_files)
49 LC_NUMERIC=C $(GROFF) -man -T html $< >$@.tmp && \
53 @echo "No working groff available: cannot create $@"
57 MOSTLYCLEANFILES = *.log *~
59 DISTCLEANFILES = *.log core FILE *~
60 MAINTAINERCLEANFILES = *.log *~ Makefile.in $(html_man_files)
65 maintainer-clean-local: