Skip to content

Commit

Permalink
distribution doesn't want this either
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence D'Oliveiro committed Oct 23, 2010
1 parent dbab807 commit 9f0d56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-dist
Expand Up @@ -13,7 +13,7 @@ mkdir ../$dstdir/ || exit 1
cp -a ./ ../$dstdir/dvdauthor/
cd ../$dstdir/dvdauthor
./clean
rm -rf .git
rm -rf .git .gitignore
./bootstrap
(cd src; flex -s -B -Cem -odvdvml.c -Pdvdvm dvdvml.l)
(cd src; bison -o dvdvmy.c -d -p dvdvm dvdvmy.y)
Expand Down

0 comments on commit 9f0d56e

Please sign in to comment.