[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.6.0-20091004-11-ge9355f5)



The branch, master has been updated
       via  e9355f593ea77d83211f058f6a38b23b3a2a3243 (commit)
      from  b1a64452464e95989dbede40b437c47c7aecfb5d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 libgeda/docs/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit e9355f593ea77d83211f058f6a38b23b3a2a3243
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    libgeda doxygen: Corrected images make target [#2889717]
    
    The doxygen target under libgeda/docs was not calling the correct
    target in the images/ subdirectory at the start of the documentation
    build. Changed from 'make' to 'make images'.

:100644 100644 cf54fe9... c80a0ac... M	libgeda/docs/Makefile.am

=========
 Changes
=========

commit e9355f593ea77d83211f058f6a38b23b3a2a3243
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    libgeda doxygen: Corrected images make target [#2889717]
    
    The doxygen target under libgeda/docs was not calling the correct
    target in the images/ subdirectory at the start of the documentation
    build. Changed from 'make' to 'make images'.

diff --git a/libgeda/docs/Makefile.am b/libgeda/docs/Makefile.am
index cf54fe9..c80a0ac 100644
--- a/libgeda/docs/Makefile.am
+++ b/libgeda/docs/Makefile.am
@@ -11,7 +11,7 @@ all:
 doxygen: libgeda.dox
 	@echo 'Creating doxygen documentation for libgeda...'
 if ENABLE_DOXYGEN
-	-cd images && $(MAKE)
+	-cd images && $(MAKE) images
 	-cd ..
 	$(DOXYGEN) libgeda.dox
 	-cd latex && $(MAKE)




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs