Changeset 9

Show
Ignore:
Timestamp:
09/01/05 17:53:30 (3 years ago)
Author:
aj
Message:

build documentation with "make dist".

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r3 r9  
    1 SUBDIRS = . aclocal src 
     1SUBDIRS = . aclocal doc src 
    22 
    33EXTRA_DIST = COPYING bootstrap 
     
    66 
    77MAINTAINERCLEANFILES = \ 
    8         Makefile.in config.h.in configure \ 
    9         install-sh ltmain.sh missing mkinstalldirs \ 
    10         compile depcomp config.log config.status \ 
    11         config.guess config.sub acinclude.m4 aclocal.m4 
     8        Makefile.in config.h.in configure \ 
     9        install-sh ltmain.sh missing mkinstalldirs \ 
     10        compile depcomp config.log config.status \ 
     11        config.guess config.sub acinclude.m4 aclocal.m4 
     12 
     13dist-hook: 
     14        sh $(srcdir)/doc/export-wiki.sh $(srcdir)/doc 
  • trunk/bootstrap

    r2 r9  
    66  make distclean 
    77fi 
    8 rm -rf *.cache *.m4 config.guess config.log \ 
    9 config.status config.sub depcomp ltmain.sh 
     8rm -rf *~ *.cache *.m4 config.guess config.log \ 
     9        config.status config.sub depcomp ltmain.sh 
    1010(cat aclocal/*.m4 > acinclude.m4 2> /dev/null) 
    1111autoreconf --verbose --install 
  • trunk/configure.ac

    r5 r9  
    4444Makefile 
    4545aclocal/Makefile 
     46doc/Makefile 
    4647src/Makefile 
    4748])