Author: pierre Date: Mon Apr 5 10:58:07 2021 New Revision: 24437 Log: Fix building doxygen doc
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/doxygen.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Mon Apr 5 05:36:04 2021 (r24436) +++ trunk/BOOK/general.ent Mon Apr 5 10:58:07 2021 (r24437) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "03"> <!-- Always 2 digits --> +<!ENTITY day "05"> <!-- Always 2 digits --> <!ENTITY month "04"> <!-- Always 2 digits --> <!ENTITY year "2021"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "April 3rd, &year;"> +<!ENTITY releasedate "April 5th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development --> Modified: trunk/BOOK/general/prog/doxygen.xml ============================================================================== --- trunk/BOOK/general/prog/doxygen.xml Mon Apr 5 05:36:04 2021 (r24436) +++ trunk/BOOK/general/prog/doxygen.xml Mon Apr 5 10:58:07 2021 (r24437) @@ -126,6 +126,13 @@ <sect2 role="installation"> <title>Installation of Doxygen</title> +<!-- hopefully should be only needed for 1.9.1 --> + <para> + Remove a spurious file that prevents building the documentation: + </para> + +<screen><userinput>rm src/._xmlgen.cpp</userinput></screen> + <para> Install <application>Doxygen</application> by running the following commands: Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Mon Apr 5 05:36:04 2021 (r24436) +++ trunk/BOOK/introduction/welcome/changelog.xml Mon Apr 5 10:58:07 2021 (r24437) @@ -42,6 +42,16 @@ </listitem> --> <listitem> + <para>April 5th, 2021</para> + <itemizedlist> + <listitem> + <para>[pierre] - Remove a spurious file in doxygen that prevents + building the documentation.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>April 3rd, 2021</para> <itemizedlist> <listitem> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page