summaryrefslogtreecommitdiff
path: root/another_clock
diff options
context:
space:
mode:
authorJacob Berkman <jberkman@src.gnome.org>2000-04-03 23:18:18 +0000
committerJacob Berkman <jberkman@src.gnome.org>2000-04-03 23:18:18 +0000
commit7ca88e3f2204922daf4c606722dd1cc4818c0931 (patch)
treebdef88d455445ddb8e255d27127141714e930ea0 /another_clock
parent5568f5d54140a0b0b4715e5afe786b8dc0f8c1e7 (diff)
1.1.8; mostly changing doc build system
Diffstat (limited to 'another_clock')
-rw-r--r--another_clock/ChangeLog4
-rw-r--r--another_clock/docs/C/Makefile.am48
-rw-r--r--another_clock/docs/C/anotherclock.sgml2
3 files changed, 10 insertions, 44 deletions
diff --git a/another_clock/ChangeLog b/another_clock/ChangeLog
index bb69a6060..5a5186915 100644
--- a/another_clock/ChangeLog
+++ b/another_clock/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-30 Jacob Berkman <jacob@helixcode.com>
+
+ * docs/C/anotherclock.sgml: minor change to the command line
+
2000-03-25 Jacob Berkman <jacob@helixcode.com>
* another_clock.c (cb_properties): make the props work with the new docs
diff --git a/another_clock/docs/C/Makefile.am b/another_clock/docs/C/Makefile.am
index 8a3cc1c94..8f5d1a159 100644
--- a/another_clock/docs/C/Makefile.am
+++ b/another_clock/docs/C/Makefile.am
@@ -1,43 +1,5 @@
-## Process this file with automake to produce Makefile.in
-
-figs =
-
-docdir = $(datadir)/gnome/help/anotherclock_applet/C
-doc_DATA = \
- index.html \
- topic.dat
-
-# automake does not know anything about .sgml files yet -> EXTRA_DIST
-EXTRA_DIST = anotherclock-applet.sgml anotherclock.sgml topic.dat $(figs)
-
-# this is taken from gnome-core/gnome-terminal/C/Makefile.am
-all: index.html
-
-index.html: anotherclock-applet/index.html
- -cp anotherclock-applet/index.html .
-
-anotherclock-applet/index.html: $(srcdir)/anotherclock.sgml $(srcdir)/anotherclock-applet.sgml
- -srcdir=`cd $(srcdir) && pwd`; \
- db2html $$srcdir/anotherclock-applet.sgml
-
-dist-hook: index.html
- mkdir $(distdir)/anotherclock-applet
- -cp $(srcdir)/anotherclock-applet/*.html $(distdir)/anotherclock-applet
- -cp $(srcdir)/anotherclock-applet/*.css $(distdir)/anotherclock-applet
-
-install-data-local: index.html
- -$(mkinstalldirs) $(DESTDIR)$(docdir)/fig
- -for file in anotherclock-applet/*.html anotherclock-applet/*.css; do \
- basefile=`echo $$file | sed -e 's,^.*/,,'`; \
- $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$$basefile; \
- done
- -for file in $(srcdir)/*.png; do \
- basefile=`echo $$file | sed -e 's,^.*/,,'`; \
- $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/fig/$$basefile; \
- done
-
-anotherclock-applet.ps: anotherclock-applet.sgml another-clock.sgml
- -db2ps $<
-
-anotherclock-applet.rtf: anotherclock-applet.sgml another-clock.sgml
- -db2rtf $<
+applet = anotherclock
+lang = C
+sgml_ents = $(applet).sgml
+include $(top_srcdir)/applet-docs.make
+dist-hook: applet-dist-hook
diff --git a/another_clock/docs/C/anotherclock.sgml b/another_clock/docs/C/anotherclock.sgml
index 47942625e..daa6c4d2e 100644
--- a/another_clock/docs/C/anotherclock.sgml
+++ b/another_clock/docs/C/anotherclock.sgml
@@ -30,7 +30,7 @@
<guimenuitem>Another Clock</guimenuitem>
</menuchoice>
or you can type the following command at a command line:
- <command>another_clock_applet --activate-goad-server=another_clock_applet</command>
+ <command>another_clock_applet --activate-goad-server another_clock_applet</command>
</para>
<sect2 id="anotherclock-usage">