aboutsummaryrefslogtreecommitdiffstats
path: root/help/sgmldocs.make
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-11-15 03:52:27 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-11-15 03:52:27 +0800
commit4647e0c39c4c131a9e4fa04e2ebb2fe7383366fb (patch)
tree1548cf70bb48c7f7861b74d5489ab80c5e789f8f /help/sgmldocs.make
parent6838fe8bf735c9b1b5f5c22a5e41e3330c323648 (diff)
downloadgsoc2013-evolution-4647e0c39c4c131a9e4fa04e2ebb2fe7383366fb.tar
gsoc2013-evolution-4647e0c39c4c131a9e4fa04e2ebb2fe7383366fb.tar.gz
gsoc2013-evolution-4647e0c39c4c131a9e4fa04e2ebb2fe7383366fb.tar.bz2
gsoc2013-evolution-4647e0c39c4c131a9e4fa04e2ebb2fe7383366fb.tar.lz
gsoc2013-evolution-4647e0c39c4c131a9e4fa04e2ebb2fe7383366fb.tar.xz
gsoc2013-evolution-4647e0c39c4c131a9e4fa04e2ebb2fe7383366fb.tar.zst
gsoc2013-evolution-4647e0c39c4c131a9e4fa04e2ebb2fe7383366fb.zip
Point to index.html instead of `evolution.sgml'.
* C/evolution-C.omf: Point to index.html instead of `evolution.sgml'. * sgmldocs.make: Install the SGML files in evolution/sgml, and the HTML files in evolution. svn path=/trunk/; revision=14698
Diffstat (limited to 'help/sgmldocs.make')
-rw-r--r--help/sgmldocs.make9
1 files changed, 7 insertions, 2 deletions
diff --git a/help/sgmldocs.make b/help/sgmldocs.make
index 1dca7e7fc5..1cd9eb3af4 100644
--- a/help/sgmldocs.make
+++ b/help/sgmldocs.make
@@ -51,7 +51,7 @@ omf: omf_timestamp
omf_timestamp: $(omffile)
-for file in $(srcdir)/$(omffile); do \
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
- scrollkeeper-preinstall $(docdir)/$(docname).sgml $$file $(omf_dir)/$$basefile; \
+ scrollkeeper-preinstall $(docdir)/index.html $$file $(omf_dir)/$$basefile; \
done
touch omf_timestamp
@@ -93,7 +93,12 @@ app-dist-hook: index.html
install-data-am: index.html omf
-$(mkinstalldirs) $(DESTDIR)$(docdir)/stylesheet-images
-$(mkinstalldirs) $(DESTDIR)$(docdir)/figures
- -cp $(srcdir)/$(sgml_files) $(DESTDIR)$(docdir)
+ -$(mkinstalldirs) $(DESTDIR)$(docdir)/sgml
+
+ -for file in $(sgml_files); do \
+ $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(docdir)/sgml ; \
+ done
+
-for file in $(srcdir)/$(docname)/*.html $(srcdir)/$(docname)/*.css; do \
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
$(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$$basefile; \