asciidoc: prevent an error when installing

Our workaround for the missing testasciidoc.1 in the package is not
enough. "make install" tries to install it and fails, which
prevents the other install target to run, and specially creating
symlinks (asciidoc->asciidoc.py). To prevent that, remove
testasciidoc.1.txt from the doc directory.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23572 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2020-08-19 06:03:34 +00:00
parent 9066cb43cb
commit 025d54152e

View File

@ -96,7 +96,8 @@
First, fix a build problem if the optional dependencies are not installed:
</para>
<screen><userinput remap='pre'>sed -i 's:doc/testasciidoc.1::' Makefile.in</userinput></screen>
<screen><userinput remap='pre'>sed -i 's:doc/testasciidoc.1::' Makefile.in &amp;&amp;
rm doc/testasciidoc.1.txt</userinput></screen>
<para>
Install <application>Asciidoc</application> by running