- 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:
tchernobog 2006-01-26 22:41:42 +00:00
parent 955d987ff1
commit 692fc55553
7 changed files with 64 additions and 19 deletions

View file

@ -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)