git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2490 ec53bebd-3082-4978-b11e-865c3cabbd6b
		
			
				
	
	
		
			12 lines
		
	
	
		
			138 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			138 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #! /bin/sh
 | |
| 
 | |
| echo "fixing distribution in $1..."
 | |
| 
 | |
| cd $1
 | |
| aclocal
 | |
| autoconf
 | |
| autoheader
 | |
| automake
 | |
| (cd doc; makeinfo heimdal.texi)
 | |
| rm fix-export
 |