[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.2-20090328-218-g6ead47c)
The branch, master has been updated
via 6ead47c4df3fa6e8227523aa88282c7d4e678f46 (commit)
from a8295ba6d957394c9d56465bc2bfc14a43fc251d (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/images/Makefile.am | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 6ead47c4df3fa6e8227523aa88282c7d4e678f46
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Commit: Ales Hvezda <ahvezda@xxxxxxxx>
More tweaks to the images Makefile to not build by default and do cleanup
:100644 100644 8a654ea... b50c4d4... M libgeda/docs/images/Makefile.am
=========
Changes
=========
commit 6ead47c4df3fa6e8227523aa88282c7d4e678f46
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Commit: Ales Hvezda <ahvezda@xxxxxxxx>
More tweaks to the images Makefile to not build by default and do cleanup
diff --git a/libgeda/docs/images/Makefile.am b/libgeda/docs/images/Makefile.am
index 8a654ea..b50c4d4 100644
--- a/libgeda/docs/images/Makefile.am
+++ b/libgeda/docs/images/Makefile.am
@@ -13,7 +13,10 @@ EXTRA_DIST = $(svg_images)
png_images = $(EXTRA_DIST:.svg=.png)
pdf_images = $(EXTRA_DIST:.svg=.pdf)
-all: $(png_images) $(pdf_images)
+all:
+ @echo 'Type: make images to create all the png/pdf images'
+
+images: $(png_images) $(pdf_images)
clean:
rm -rf $(png_images) $(pdf_images)
@@ -24,3 +27,7 @@ clean:
%.pdf: %.svg
inkscape -A $@ $< || convert $< $@
+MOSTLYCLEANFILES = *~ $(png_images) $(pdf_images)
+CLEANFILES = *~ $(png_images) $(pdf_images)
+DISTCLEANFILES = *~ $(png_images) $(pdf_images)
+MAINTAINERCLEANFILES = *~ Makefile.in $(png_images) $(pdf_images)
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs