git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2490 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-20 05:55:52 +00:00
parent aebebed645
commit eaeb092997
2 changed files with 79 additions and 64 deletions

11
fix-export Executable file
View File

@@ -0,0 +1,11 @@
#! /bin/sh
echo "fixing distribution in $1..."
cd $1
aclocal
autoconf
autoheader
automake
(cd doc; makeinfo heimdal.texi)
rm fix-export