 5cd6b4ba84
			
		
	
	5cd6b4ba84
	
	
	
		
			
			git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2700 ec53bebd-3082-4978-b11e-865c3cabbd6b
		
			
				
	
	
		
			12 lines
		
	
	
		
			167 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			167 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 make-release make-release.el
 |