Changeset a99d69 in git


Ignore:
Timestamp:
Dec 17, 2014, 3:49:41 PM (9 years ago)
Author:
Jerome BENOIT <quatermaster@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
36cf22805fe1be8d23be735a3c298e9c80e8c804
Parents:
cb98914d17613a0d2da1573c10c0ce56c53f2eba
git-author:
Jerome BENOIT <quatermaster@rezozer.net>2014-12-17 15:49:41+01:00
git-committer:
Jerome BENOIT <quatermaster@rezozer.net>2014-12-17 16:30:06+01:00
Message:
autotools chain: decent generated source tarball

In the script `autogen.sh', the macro directory m4 is no more considered
as an include directory in order to include in the generated source tarball
the needed m4 macro files.

`doc/Makefile.am' needed material to generate the html documentation is added
to EXTRA_DIST; not needed material is removed from the list.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • autogen.sh

    rcb98914 ra99d69  
    44
    55# -d --warnings=all
    6 autoreconf  -v -f -i --include=`pwd`/m4
     6autoreconf  -v -f -i
    77
    88cd -
  • dox/Makefile.am

    rcb98914 ra99d69  
    3939endif
    4040
    41 EXTRA_DIST = Doxyfile.in1 Doxyfile.in
     41EXTRA_DIST = Doxyfile.in logo.png DoxygenLayout.xml header.html footer.html stylesheet.css
Note: See TracChangeset for help on using the changeset viewer.