~ubuntu-branches/ubuntu/hardy/ocaml-doc/hardy

« back to all changes in this revision

Viewing changes to examples/config/coldboot

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2007-09-08 01:49:22 UTC
  • mfrom: (0.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070908014922-lvihyehz0ndq7suu
Tags: 3.10-1
* New upstream release.
* Removed camlp4 documentation since it is not up-to-date.
* Updated to standards version 3.7.2, no changes needed.
* Updated my email address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
# To be called from the examples/ directory
3
 
 
4
 
for i in `find . -type d -print`; do
5
 
  p=`echo $i | sed -e 's|/[a-zA-Z]*|/..|g'`
6
 
  echo $i $p
7
 
  (cd $i; imake -I$p/config -DTOPDIR=$p)
8
 
done
9
 
 
10
 
  
 
 
b'\\ No newline at end of file'