Changeset 14

Show
Ignore:
Timestamp:
09/04/05 23:20:00 (3 years ago)
Author:
aj
Message:

update to latest / working doc handling.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r13 r14  
    1 SUBDIRS = . aclocal doc src 
     1# Process this file with automake to create Makefile.in 
     2 
     3SUBDIRS = . aclocal src 
     4DIST_SUBDIRS = . aclocal doc src 
    25 
    36EXTRA_DIST = COPYING bootstrap 
    4  
    5 AUTOMAKE_OPTIONS = foreign 
    67 
    78MAINTAINERCLEANFILES = \ 
     
    1112        config.guess config.sub acinclude.m4 aclocal.m4 
    1213 
    13 dist: gendoc 
     14DEPCLEANFILES = config.log configure 
    1415 
    15 gendoc: 
    16         sh $(srcdir)/doc/export-wiki.sh $(srcdir)/doc 
     16AUTOMAKE_OPTIONS = foreign 1.5 
  • trunk/doc/Makefile.am

    r6 r14  
    33MAINTAINERCLEANFILES = Makefile.in $(HTML) 
    44 
    5 EXTRA_DIST = README export-wiki.sh export-wiki.xsl $(HTML) 
     5EXTRA_DIST = README export-wiki.sh export-wiki.xsl $(HTML) index.html 
    66 
    77HTML= $(shell ls $(srcdir)/*.html $(srcdir)/*.css) 
     8 
     9index.html: 
     10        sh $(srcdir)/export-wiki.sh $(srcdir)