Commit 07e5a77e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded texinfo to 6.7

parent de2c61a1
all: all:
tar xf texinfo-6.6.tar.xz tar xf texinfo-6.7.tar.xz
cd texinfo-6.6 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static cd texinfo-6.7 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static
$(MAKE) -C texinfo-6.6 $(MAKE) -C texinfo-6.7
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C texinfo-6.6 check ; \ $(MAKE) -C texinfo-6.7 check ; \
fi fi
$(MAKE) -C texinfo-6.6 install $(MAKE) -C texinfo-6.7 install
$(MAKE) -C texinfo-6.6 TEXMF=/usr/share/texmf install-tex $(MAKE) -C texinfo-6.7 TEXMF=/usr/share/texmf install-tex
rm -rf texinfo-6.6 rm -rf texinfo-6.7
temporary: temporary:
tar xf texinfo-6.6.tar.xz tar xf texinfo-6.7.tar.xz
cd texinfo-6.6 && ./configure --prefix=/tools cd texinfo-6.7 && ./configure --prefix=/tools
$(MAKE) -C texinfo-6.6 $(MAKE) -C texinfo-6.7
$(MAKE) -C texinfo-6.6 install $(MAKE) -C texinfo-6.7 install
rm -rf texinfo-6.6 rm -rf texinfo-6.7
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