source: git/doc/Makefile.am @ a72ed95

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
Last change on this file since a72ed95 was a72ed95, checked in by Olly Betts <olly@…>, 9 years ago
  • .gitignore,Makefile.am,debian/survex.install,doc/,lib/,src/: Aven's

support for reading colours and font sizes for printouts from
print.ini has never worked - the contents of the ini files are
ignored due to a bug which has been there since the code was added
in 2005 - but nobody has ever complained. So just strip out that
code entirely - we should support setting the colours and font sizes,
but a GUI interface for setting them would be better.

  • Property mode set to 100644
File size: 4.0 KB
RevLine 
[61653f2]1## Process this file with automake to produce Makefile.in
2
[4b4bd47]3pkgdocdir = @PKGDOCDIR@
[2f0f34d]4
[1016343]5other_mans = cad3d.1 cavern.1 diffpos.1 extend.1 sorterr.1 3dtopos.1 \
[4e8d288]6 aven.1 \
[a72ed95]7 svxedit.1
[88171f5]8
[6e420ba]9manual_sources = manual.sgml cad3d.sgml cavern.sgml\
[91c4249]10 diffpos.sgml extend.sgml sorterr.sgml 3dtopos.sgml aven.sgml\
[a72ed95]11 svxedit.sgml
[6eadc5b]12
[7f24541]13manual_alt = manual.txt manual.pdf
14
[647407d]15# People can build from CVS without sgmltools v2 or v3 installed but they
[fa42426]16# won't be able to "make dist", which is arguably a good thing - we don't
17# want tarballs accidentally lacking the documentation.
[c88a040]18EXTRA_DIST = $(HTMLFILES) manual $(manual_alt)\
[6eadc5b]19 custom.dsl survex.ent\
20 caution.png note.png\
[d9c2cce]21 $(manual_sources) $(other_mans)\
[87681b8]22 man_3dtopos.sgml man_aven.sgml man_cad3d.sgml man_cavern.sgml\
[91c4249]23 man_diffpos.sgml man_extend.sgml man_sorterr.sgml\
[a72ed95]24 man_svxedit.sgml news2html.pl\
[fa8ae1e]25 version.ent
[6c7fbd5]26
[920b066]27NEWS.htm: ../NEWS news2html.pl
[0e26b3a]28        ./news2html.pl '@PRETTYPACKAGE@ @VERSION@' < ../NEWS > NEWS.htm
[6c7fbd5]29
[920b066]30OLDNEWS.htm: ../OLDNEWS news2html.pl
[0e26b3a]31        ./news2html.pl < ../OLDNEWS > OLDNEWS.htm
[61653f2]32
[7f24541]33MAINTAINERCLEANFILES = $(manual_alt) $(other_mans) NEWS.htm OLDNEWS.htm
[61653f2]34
[7f24541]35pkgdoc_DATA = @HTMLFILES@ $(manual_alt)
[61653f2]36
[04aa63b]37man_MANS = survex.7 $(other_mans)
[06912e7]38
[4f222d2]39aven.1: $(srcdir)/aven.sgml $(srcdir)/man_aven.sgml $(srcdir)/survex.ent
[6f340d9]40        $(DOCBOOK_TO_MAN) $(srcdir)/man_aven.sgml > aven.tmp
41        mv aven.tmp aven.1
[6eadc5b]42
[4f222d2]43cad3d.1: $(srcdir)/cad3d.sgml $(srcdir)/man_cad3d.sgml $(srcdir)/survex.ent
[6f340d9]44        $(DOCBOOK_TO_MAN) $(srcdir)/man_cad3d.sgml > cad3d.tmp
45        mv cad3d.tmp cad3d.1
[6eadc5b]46
[4f222d2]47cavern.1: $(srcdir)/cavern.sgml $(srcdir)/man_cavern.sgml $(srcdir)/survex.ent
[6f340d9]48        $(DOCBOOK_TO_MAN) $(srcdir)/man_cavern.sgml > cavern.tmp
49        mv cavern.tmp cavern.1
[6eadc5b]50
[4f222d2]51diffpos.1: $(srcdir)/diffpos.sgml $(srcdir)/man_diffpos.sgml $(srcdir)/survex.ent
[6f340d9]52        $(DOCBOOK_TO_MAN) $(srcdir)/man_diffpos.sgml > diffpos.tmp
53        mv diffpos.tmp diffpos.1
[6eadc5b]54
[4f222d2]55extend.1: $(srcdir)/extend.sgml $(srcdir)/man_extend.sgml $(srcdir)/survex.ent
[6f340d9]56        $(DOCBOOK_TO_MAN) $(srcdir)/man_extend.sgml > extend.tmp
57        mv extend.tmp extend.1
[6eadc5b]58
[4f222d2]59sorterr.1: $(srcdir)/sorterr.sgml $(srcdir)/man_sorterr.sgml $(srcdir)/survex.ent
[6f340d9]60        $(DOCBOOK_TO_MAN) $(srcdir)/man_sorterr.sgml > sorterr.tmp
61        mv sorterr.tmp sorterr.1
[6eadc5b]62
[4f222d2]633dtopos.1: $(srcdir)/3dtopos.sgml $(srcdir)/man_3dtopos.sgml $(srcdir)/survex.ent
[6f340d9]64        $(DOCBOOK_TO_MAN) $(srcdir)/man_3dtopos.sgml > 3dtopos.tmp
65        mv 3dtopos.tmp 3dtopos.1
[6eadc5b]66
[27b8b59]67svxedit.1: $(srcdir)/svxedit.sgml $(srcdir)/man_svxedit.sgml $(srcdir)/survex.ent
[6f340d9]68        $(DOCBOOK_TO_MAN) $(srcdir)/man_svxedit.sgml > svxedit.tmp
69        mv svxedit.tmp svxedit.1
[27b8b59]70
[bc15c5f]71install-data-local: manual
[8f2c870]72        $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)/manual
73        test ! -d manual -a -d "$(srcdir)/manual" && cd $(srcdir) ; \
74        for p in manual/*.htm manual/*.png ; do \
75          echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdocdir)/$$p"; \
76          $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdocdir)/$$p; \
77        done
[891796e]78
[de7f78c]79uninstall-local:
[8f2c870]80        test ! -d manual -a -d "$(srcdir)/manual" && cd $(srcdir) ; \
81        for p in manual/*.htm manual/*.png ; do \
82          echo " rm -f $(DESTDIR)$(pkgdocdir)/$$p"; \
83          rm -f $(DESTDIR)$(pkgdocdir)/$$p; \
84        done
[68927735]85        -rmdir $(DESTDIR)$(pkgdocdir)/manual
[de7f78c]86
[c746b4d]87maintainer-clean-local:
[40cb08b]88        rm -rf manual "$(srcdir)/manual"
[c746b4d]89
[147b12b]90# manual, etc depend on configure.ac so they get rebuilt when the
[a5d0c88]91# version number is bumped
[ce34bd5]92
[c88a040]93manual: manual/stampfile
[147b12b]94manual/stampfile: $(manual_sources) custom.dsl survex.ent ../configure.ac
[ec84716]95        $(SGMLTOOLS) --backend=html --dsssl-spec='custom.dsl#html' manual.sgml
[a5d0c88]96        cp caution.png note.png manual
[c88a040]97        touch manual/stampfile
[61653f2]98
[147b12b]99manual.txt: $(manual_sources) survex.ent ../configure.ac
[0fd6750]100        $(SGMLTOOLS) --backend=txt manual.sgml
101
[147b12b]102manual.pdf: $(manual_sources) survex.ent ../configure.ac
[0fd6750]103        $(SGMLTOOLS) --backend=ps manual.sgml
104        ps2pdf manual.ps manual.pdf
105        rm manual.ps
106
107# The rules below aren't used by the build system - they're for "manual" use
108# (ho ho)
109
[147b12b]110manual.html: $(manual_sources) custom.dsl survex.ent ../configure.ac
[ec84716]111        $(SGMLTOOLS) --backend=onehtml \
[a5d0c88]112                --dsssl-spec='custom.dsl#onehtml' manual.sgml
[61653f2]113
[147b12b]114manual.rtf: $(manual_sources) survex.ent ../configure.ac
[ec84716]115        $(SGMLTOOLS) --backend=rtf manual.sgml
[61653f2]116
[147b12b]117manual.ps: $(manual_sources) survex.ent ../configure.ac
[ec84716]118        $(SGMLTOOLS) --backend=ps manual.sgml
[2934e83]119
120CLEANFILES = usr
Note: See TracBrowser for help on using the repository browser.