Skip to content

Commit

Permalink
simplify addition of config.rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence D'Oliveiro committed Jan 12, 2009
1 parent 911decb commit 5cfeb0e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions make-dist
Expand Up @@ -16,21 +16,14 @@ rm -rf .git
mkdir autotools
aclocal
autoheader
# gettextize
cp /usr/share/gettext/config.rpath autotools/
automake --add-missing
autoconf
(cd src; flex -s -B -Cem -odvdvml.c -Pdvdvm dvdvml.l)
(cd src; bison -o dvdvmy.c -d -p dvdvm dvdvmy.y)
(cd doc; docbook2man root.sgml)
rm -rf autom4te.cache
# rm ABOUT-NLS
# rm -rf po
# rm -rf m4
rm doc/manpage.links doc/manpage.refs
# mv ChangeLog~ ChangeLog
# mv configure.ac~ configure.ac
# mv Makefile.am~ Makefile.am
rm doc/*.sgml doc/html.dsl
cd ..
tar czhvf ../dvdauthor.tar.gz dvdauthor/
Expand Down

0 comments on commit 5cfeb0e

Please sign in to comment.