- Small fixes to class documentation
- Now distcheck works correctly, including a copy of the API documentation in the built dist tar. git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@214 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
955d987ff1
commit
692fc55553
7 changed files with 64 additions and 19 deletions
|
@ -22,9 +22,10 @@
|
|||
# aclocaldir = $(datadir)/aclocal
|
||||
# better if we don't install our macros...
|
||||
# -> aclocal_DATA = ...
|
||||
noinst_DATA = compilerflags.m4 \
|
||||
ac_python_devel.m4 \
|
||||
ac_pkg_swig.m4 \
|
||||
ac_python_module.m4
|
||||
macros = compilerflags.m4 \
|
||||
ac_python_devel.m4 \
|
||||
ac_pkg_swig.m4 \
|
||||
ac_python_module.m4
|
||||
|
||||
EXTRA_DIST = $(macros)
|
||||
|
||||
EXTRA_DIST = $(noinst_DATA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue