groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] new automake system


From: Bernd Warken
Subject: Re: [Groff] new automake system
Date: Mon, 22 Sep 2014 01:17:39 +0200

> Von: "Bertrand Garrigues" <address@hidden>
> 
> With commit a88127a4fecb307f26f2e217213d4a90e300d220 the automake2
> branch is now ready for more testing from other members of the list.
> 
> git clone git://git.savannah.gnu.org/groff.git
> git checkout automake2
> ./bootstrap
> mkdir build
> cd build
> ../configure
> make -j
 
I would improve your install commands a bit into:

test -d old && rm -rf old
test -d groff && mv groff old
git clone git://git.savannah.gnu.org/groff.git
cd groff
git checkout automake2
./bootstrap
mkdir build
cd build
../configure
make -j

Bernd Warken



reply via email to

[Prev in Thread] Current Thread [Next in Thread]