gegl r1948 - in trunk/docs: . gallery
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r1948 - in trunk/docs: . gallery
- Date: Fri, 1 Feb 2008 23:18:46 +0000 (GMT)
Author: ok
Date: Fri Feb 1 23:18:45 2008
New Revision: 1948
URL: http://svn.gnome.org/viewvc/gegl?rev=1948&view=rev
Log:
* Makefile.am:
* gallery/Makefile.am: removed logic lingering on since crucible
was in use.
Modified:
trunk/docs/ChangeLog
trunk/docs/Makefile.am
trunk/docs/gallery/Makefile.am
Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am (original)
+++ trunk/docs/Makefile.am Fri Feb 1 23:18:45 2008
@@ -48,23 +48,12 @@
../tools/create-reference.rb ../gegl/gegl.h ../gegl/buffer/gegl-buffer.h api.html
endif
-runinfo: Makefile.am
- if [ ! -z "$${CRUCIBLE_ID}" ]; then\
- echo "<h2>Crucible</h2>" > runinfo;\
- echo "<ul class='crucible'>" >> runinfo;\
- for host in amd01 ita01 nfs08 nfs11 nfs12 ppc01;do echo "<li><a href='../$${host}/index.html'>$${host}</a></li>" >> runinfo; done;\
- echo "</ul>" >> runinfo ;\
- echo "<p>These pages document a GEGL build at a <a href='http://crucible.osdl.org/'>crucible</a> test machine.</p><p><a href='http://crucible.osdl.org/runs/$${CRUCIBLE_ID}/'>$${CRUCIBLE_ID}</a> @ $${CRUCIBLE_SUT} `date`</p>\
- <pre>`cat /proc/cpuinfo`</pre>" >> runinfo;\
- fi
-
index.html: index-static.html \
$(top_srcdir)/AUTHORS \
$(top_srcdir)/NEWS \
$(top_builddir)/bin/gegl \
Makefile.am \
- $(srcdir)/hello-world.c \
- runinfo
+ $(srcdir)/hello-world.c
@echo "HTML: $@"
cp $< $@
$(top_srcdir)/tools/xml_insert.sh $@ AUTHORS $(top_srcdir)/AUTHORS
@@ -90,33 +79,5 @@
rm -f $(help_dir)/api.html $(help_dir)/gegl.devhelp
rm -f $(help_dir)/gegl.css
-web: all
- echo -n " WEB: "
- ping -c 1 $(WEBSITE_HOST) >/dev/null && \
- (\
- scp *.txt *.html *.css\
- "$(WEBSITE_HOST):$(WEBSITE_LOCATION)/" >/dev/null && \
- echo -n "."; \
- scp graphics/*.png graphics/*.html\
- "$(WEBSITE_HOST):$(WEBSITE_LOCATION)/graphics/" >/dev/null\
- &&\
- echo "[OK]"\
- ||\
- echo "FAIL scp failed (does dirs exist?)."\
- )\
- || \
- (\
- echo "FAIL $(WEBSITE_HOST) not reachable."\
- )
-
-WEBSITE_FILES=*.html *.css */*.html gallery/*.txt images/gegl.ico gallery/*.png
-
-website:
- if [ "x"$$WEBSITE_DESTINATION == "x" ];then echo "WA""NING: WEBSITE_DESTINATION not set (and it is crucibles fault)";\
- else \
- (mkdir -p $$WEBSITE_DESTINATION;\
- cp --parents -rv $(WEBSITE_FILES) $$WEBSITE_DESTINATION;);\
- fi
-
hello-world: hello-world.c
$(CC) $< -o $@ `pkg-config --cflags --libs gegl`
Modified: trunk/docs/gallery/Makefile.am
==============================================================================
--- trunk/docs/gallery/Makefile.am (original)
+++ trunk/docs/gallery/Makefile.am Fri Feb 1 23:18:45 2008
@@ -8,12 +8,6 @@
@for XML in $(srcdir)/*.xml;do echo "<li><a href='#$$XML'> "`echo $$XML|sed -e 's/.xml//' -e 's/-/ /g'`"</a></li>">>index.html;done;
@echo "</ul></div><div class='paper'><div class='content'>" >> index.html
@echo "<p>This gallery shows samples of GEGL output it is used to both document current capabilities, and help spot regressions.</p>" >> index.html
- @if [ ! -z "$${CRUCIBLE_ID}" ]; then\
- echo "<ul class='crucible'>" >> index.html;\
- for host in amd01 ita01 nfs08 nfs11 nfs12 ppc01;do echo "<li><a href='../../$${host}/gallery/index.html'>$${host}</a></li>" >> index.html; done;\
- echo "</ul>" >> index.html;\
- echo "<p>These pages document a GEGL build at a <a href='http://crucible.osdl.org/'>crucible</a> test machine.</p><p><a href='http://crucible.osdl.org/runs/$${CRUCIBLE_ID}/'>$${CRUCIBLE_ID}</a> @ $${CRUCIBLE_SUT} `date`</p>" >> index.html;\
- fi;
@for XML in $(srcdir)/*.xml; do\
export BASE=`echo $$XML | sed s?$(srcdir)/?? | sed s/\.xml//`;\
TXT=$$BASE".txt";\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]