aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/doc/C/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>1999-11-01 02:48:15 +0800
committernobody <nobody@localhost>1999-11-01 02:48:15 +0800
commitc48faceb78e6c8a8b7f536b8475e039858f703ed (patch)
tree8cefe43740f603fea65ecbf6d8d3bf8b0d407572 /calendar/doc/C/Makefile.am
parentc8d14b53ef41de80458405ffadb0721458b7add9 (diff)
downloadgsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.tar
gsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.tar.gz
gsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.tar.bz2
gsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.tar.lz
gsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.tar.xz
gsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.tar.zst
gsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.zip
This commit was manufactured by cvs2svn to create tagBUG_BUDDY_0_2
'BUG_BUDDY_0_2'. svn path=/tags/BUG_BUDDY_0_2/; revision=1359
Diffstat (limited to 'calendar/doc/C/Makefile.am')
-rw-r--r--calendar/doc/C/Makefile.am44
1 files changed, 0 insertions, 44 deletions
diff --git a/calendar/doc/C/Makefile.am b/calendar/doc/C/Makefile.am
deleted file mode 100644
index fbd3b63acf..0000000000
--- a/calendar/doc/C/Makefile.am
+++ /dev/null
@@ -1,44 +0,0 @@
-gnomecal_helpdir = $(datadir)/gnome/help/gnomecal/C
-
-gnomecal_help_DATA = \
- gnomecal.html \
- topic.dat
-
-SGML_FILES = \
- gnomecal.sgml
-
-EXTRA_DIST = \
- topic.dat \
- $(SGML_FILES)
-
-all:
-
-gnomecal.html: gnomecal/gnomecal.html
- -cp gnomecal/gnomecal.html .
-
-gnomecal/gnomecal.html: $(SGML_FILES)
- -db2html gnomecal.sgml
-
-dist-hook:
- mkdir $(distdir)/gnomecal
- -cp gnomecal/*.html gnomecal/*.css $(distdir)/gnomecal
- -cp gnomecal.html $(distdir)
- mkdir $(distdir)/images
- -cp images/*.gif images/*.jpg $(distdir)/images
-
-install-data-local: gnomecal.html
- $(mkinstalldirs) $(DESTDIR)$(gnomecal_helpdir)/images
- -for file in $(srcdir)/gnomecal/*.html $(srcdir)/gnomecal/*.css; do \
- basefile=`basename $$file`; \
- $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gnomecal_helpdir)/$$basefile; \
- done
- -for file in $(srcdir)/images/*.jpg $(srcdir)/images/*.gif; do \
- $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gnomecal_helpdir)/images;\
- done
-
-gnomecal.ps: gnomecal.sgml
- -db2ps $<
-
-gnomecal.rtf: gnomecal.sgml
- -db2rtf $<
-