Commit 257581c8 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated groff to 1.22.4

parent e848d75b
all: all:
tar xf groff-1.22.3.tar.gz tar xf groff-1.22.4.tar.gz
cd groff-1.22.3 && PAGE=A4 ./configure --build=$(CLFS_TARGET) --prefix=/usr cd groff-1.22.4 && PAGE=A4 ./configure --build=$(CLFS_TARGET) --prefix=/usr
$(MAKE) -C groff-1.22.3 $(MAKE) -C groff-1.22.4
$(MAKE) -C groff-1.22.3 install $(MAKE) -C groff-1.22.4 install
rm -rf groff-1.22.3 rm -rf groff-1.22.4
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment