Commit Graph

4 Commits

Author SHA1 Message Date
htgoebel 54ca44f6f7 SCons build:
When collecting files for the distribution archive, missing files have
been skipped even if named via env.ExtraDist(). Now missing files are
skipped only if found by env.DistSourcesOf() .


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@408 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-09 21:11:49 +00:00
htgoebel 22240a9365 SCons build:
Changed the way, distribution archives are build:
- env.ExtraDist() names the file to be distributed, no matter if
  they are generated.
- For automatically collecting the sources, env.DistSourcesOf() is
  used now.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@407 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-09 20:02:09 +00:00
htgoebel 73a70dedc0 Workaroung für Bug #110
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@398 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 17:38:24 +00:00
htgoebel 71edbe1da9 * Enhanced for SCons build system:
- Added traget 'dist' and 'distcheck' for creating and testing a
    distribution archive (.tar.gz).
  - Added env.InstallMan() for easy installation of man pages.
  - Added more fine-grained 'install-*' targets sub-aliases of
    'install' this allowed some cleaning up in SConscripts.
  - Added target 'rpms' for build source and binary RPMs (currently
    the .spec file is hardcoded).
  - Updated tests to status of current ./configure script
    (CS_TEST_CAPI4LINUX, CS_TEST_SFFTOBMP, CS_SET_DOCDIR)
* Enhanced for SCons build scripts for supporting SCons 0.96's
  'toolpath' feature.
* Use prebuild man pages from SVN repository. Building from docbook is
  still to do.
* New SConscript for building .spec files.
* Added .spec for Mandrake 9.2


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@385 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-02 22:05:17 +00:00