X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sbcglobal.net; s=s1024; t=1353098676; bh=/zlMJPvKqvNhz/4gs/tg6zGB+c65U3fKemib7d00/wU=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Ox6qn8eKA8aNe4qXilyOd/H4Pg4BaNpcTJmXjAAol77JNmn+6kyLbdxHQeBOJCWKk3HEk1WgYidJfKF2B8z/L8piL5+CcOYjWs4zSokCDw5KPn9Qjp74KzWGecloI6shJLcI+iv6uU5+6hryy0Q6+Zm/A2fHoJQfkzB1U3RC9go= X-Yahoo-Newman-Id: 90491 DOT 42726 DOT bm AT smtp104 DOT sbc DOT mail DOT bf1 DOT yahoo DOT com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: UBblRrQVM1nThqwcFFEQS0JleqXgpflbyKwTLnzweQmjsUj 3rfdmLx9w0LGq03usU1PTAeJaR_3l9WaSvV_uxsWwFcR4sFmij2j6ioDGyR_ o9UVbhUgziivsZhVjFRgJkBubeGNMVvLynjg0BMdGNJ8yMm3S_kE578Rld1J DVlyauce9cuwF086l6TizDhkMcMPWjq5dZF3bihD78cAv0JJFDOLlukdDWbQ 5IsTOkXUXC93GrOaQCGxaOgWud0KkV8RUoQ8WErknMWJjLDOndj_wGWEA_TD BuQSvMyq098hT3imnvF2Fb1ChefUFohHxzDErYpK6ymlwsvHO7hHtsLP3jk. 3UGJqYtJO7G0.WIjD2d5xeOQ7mn_OuSHSM385fsEVNlfWfdi8F7C.pOdJxEA XZVBhBX1CakZiHx8Gq2STtgRuV787gf6jpUx49XTjG8IPqJWLFUOrH9xnUu8 C.nQzr6bdIEanT3C2wr1bLHbopgzsM27JTGdse4qoYACVoCvr_9QP9.eKQVZ QoZ3B936hmnAl3fMmvojjzCnraPbyQ_HO X-Yahoo-SMTP: f_DTt3mswBBgAkQlHvfWr7fedPivEj8lM_i1QPTGLa1z0f7XFiw- Message-ID: <50A6A5AE.506@sbcglobal.net> Date: Fri, 16 Nov 2012 12:44:30 -0800 From: "Girvin R. Herr" User-Agent: Thunderbird 2.0.0.24 (X11/20100228) MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] libgeda documentation References: <20121113195022 DOT 2B2CF813A49B AT turkos DOT aspodata DOT se> <50A2E0FC DOT 5050108 AT sbcglobal DOT net> <20121114090659 DOT BF2CF813A49D AT turkos DOT aspodata DOT se> <50A3FD26 DOT 5000305 AT sbcglobal DOT net> <20121115195816 DOT 29A428117B46 AT turkos DOT aspodata DOT se> In-Reply-To: <20121115195816.29A428117B46@turkos.aspodata.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Karl, Thanks for the suggestions. See comments below... Karl Hammar wrote: > Girvin Herr: > >> Karl Hammar wrote: >> > ... > You probably missed the "build" step I mentioned above. > To build, look for instructions in the README file (in geda top dir), > under (if you downloaded the .tar.gz file) > I looked at the README regarding the source archive build, which is what I am using, not the git build, and I did not find anything there regarding doxygen. No mention of any --enable-doxygen. I checked the INSTALL document and it is the standard FSF install document supplied with Gnu autotools. Nothing there. > But I see now that --enable-doxygen is not documented there, > you have to run ./configure with the --enable-doxygen option. > Please rerun the configure, and then run "make doxygen" I did a full build and not seeing the referenced documents, a partial build using "./configure --enable-doxygen ; make doxygen". No change. I still am not getting the libgeda documentation, just those two html files that are no use to solve my thirst for information. When I entered "make doxygen", I get: 507:$make doxygen make: *** No rule to make target `doxygen'. Stop. However, in the Makefile.am, I see the doxygen target. So, it seems the hooks are there. I tried to run "make doxygen" in the doc directory, but it failed. BTW: "--enable-doxygen" is documented in the "./configure --help" output. Thanks. Girvin Herr