summaryrefslogtreecommitdiff
path: root/infrastructure/makedistribution.pl.in
Commit message (Collapse)AuthorAge
* Check that source and text file copies are successful.Chris Wilson2009-09-21
| | | | | Fix missing docs/common in common manifest.
* Preserve timestamps when doing a binary copy to make a distribution, so Chris Wilson2009-03-28
| | | | | | | | | | | that the built gzipped man pages are still newer than the XML source. Make NO-LICENSE also copy the file, to avoid redundancy in manifests. Fix location of API docs. Create docs/docbook directory to avoid error in making distribution.
* Allow substitutions and removing private sections for distribution in Chris Wilson2009-03-27
| | | | | .in files. Simplify code a little and improve comments.
* Update distribution generator.James O'Gorman2008-10-27
|
* Use the path to PERL from configure, reverts part of [1702].Chris Wilson2008-01-28
|
* Clean up distribution script.Chris Wilson2008-01-21
| | | | | | | Allow NO-LICENSE-IN-DIR to copy the dir as well. Exclude configure-generated SMF files, leaving the original sources.
* Replace version in VERSION.txt, if it contains USE_SVN_VERSION.Chris Wilson2007-06-27
|
* Handle USE_SVN_VERSION in distribution VERSION files.Chris Wilson2007-06-27
|
* Rename makedistribution.pl to makedistribution.pl.in.Chris Wilson2007-01-13
Auto-generate makedistribution.pl in configure, to replace @PERL@ in shebang line. Process spec files as text files, to allow removing private parts. (refs #3)