~ojwb/survex/master

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Olly Betts
  • Date: 2001-09-26 19:29:55 UTC
  • Revision ID: git-v1:6c7fbd5105a09a4b8ee3cb882467af234e9b5018
Documentation overhauled...


git-svn-id: file:///home/survex-svn/survex/trunk@1439 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# People can build from CVS without sgmltools v2 or v3 installed but they
16
16
# won't be able to "make dist", which is arguably a good thing
17
17
EXTRA_DIST = manual $(doclist) manual.sgml custom.dsl survex.1.in\
18
 
 docindex.htm.in
 
18
 index.htm.in \
 
19
 index.htm COPYING.html TODO.html ChangeLog.html NEWS.html OLDNEWS.html
 
20
 
 
21
ChangeLog.html: ../ChangeLog
 
22
        ./cl2html.pl '@PRETTYPACKAGE@ @VERSION@' < ../ChangeLog > ChangeLog.html
 
23
 
 
24
NEWS.html: ../NEWS
 
25
        ./news2html.pl '@PRETTYPACKAGE@ @VERSION@' < ../NEWS > NEWS.html
 
26
 
 
27
OLDNEWS.html: ../OLDNEWS
 
28
        ./news2html.pl < ../OLDNEWS > OLDNEWS.html
19
29
 
20
30
MAINTAINERCLEANFILES = $(doclist)
21
31
CLEANFILES = $(other_mans)
22
32
 
23
 
pkgdoc_DATA = docindex.htm $(doclist)
 
33
pkgdoc_DATA = index.htm COPYING.html TODO.html ChangeLog.html\
 
34
 NEWS.html OLDNEWS.html $(doclist)
24
35
 
25
36
man_MANS = survex.1 $(other_mans)
26
37