gschem: Select newly-pasted objects
[geda-gaf.git] / gschem / docs / Makefile.am
blob4ea4f6153fdc663981728663f6eff9506eddf0dd
1 EXTRA_DIST = $(html_man_files) gschem-main.txt what-is-geda.html \
2         what-is-gschem.html logo.png gschem.dox gschem.1.in
4 all:
5         @echo 'Type: make doxygen to create doxygen documentation for gschem'
7 doxygen: gschem.dox
8         @echo 'Creating doxygen documentation for gschem...'
9 if ENABLE_DOXYGEN
10         cd $(srcdir) && $(DOXYGEN) gschem.dox
11 else
12         @echo 'configure was not run with the --enable-doxygen switch.'
13         @echo 'The documentation cannot be built from the sources.'
14 endif
16 dist_man_MANS = gschem.1
18 .1.in.1:
19         $(AM_V_GEN)\
20         d=`$(GUILE) -c '(setlocale LC_ALL "C") \
21           (display (strftime "%B %-d, %Y" \
22           (car (strptime "%Y%m%d" (cadr (program-arguments))))))' $(DATE_VERSION)` ; \
23         v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
24         y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
25         sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
27 # Rules for converting man->html
28 html_man_files =
29 if ENABLE_GROFF_HTML
30 html_man_files += gschem.html
31 endif
32 SUFFIXES = .1.in .1 .html
34 docsmandir=$(docdir)/man
35 docsman_DATA=$(html_man_files)
36 if ENABLE_GROFF_HTML
37 .1.html:
38         $(AM_V_GEN)\
39         rm -rf $@.tmp && \
40         LC_NUMERIC=C $(GROFF) -man -T html  $< >$@.tmp && \
41         mv -f $@.tmp $@
42 else
43 .1.html:
44         @echo "No working groff available: cannot create $@"
45         @! :
46 endif
49 MOSTLYCLEANFILES =      *.log *~
50 CLEANFILES =            *.log *~
51 DISTCLEANFILES =        *.log core FILE *~ \
52                         *.dvi *.info *.info-* *.aux *.fn \
53                         *.fns *.cp *.ky *.pg *.toc *.tp *.vrs *.vr 
54 MAINTAINERCLEANFILES = *.log *~ Makefile.in $(html_man_files)
56 distclean-local:
57         -rm -rf html latex
59 maintainer-clean-local:
60         -rm -rf html latex