summaryrefslogtreecommitdiff
path: root/applet-docs.make
diff options
context:
space:
mode:
authorDan Mueth <d-mueth@uchicago.edu>2000-11-04 09:34:09 +0000
committerDan Mueth <dmueth@src.gnome.org>2000-11-04 09:34:09 +0000
commitdef10858a09066e6d2af8e3356ce35f9b88162b3 (patch)
treea5862945764ccfcba44554ed2bf00c465ae87404 /applet-docs.make
parent9436b9d1a18abc08a849938cdfa753171b115745 (diff)
Fixed one bug. Have it install $(sgml_files).
2000-11-04 Dan Mueth <d-mueth@uchicago.edu> * applet-docs.make: Fixed one bug. Have it install $(sgml_files).
Diffstat (limited to 'applet-docs.make')
-rw-r--r--applet-docs.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/applet-docs.make b/applet-docs.make
index 4f419c859..eb6672a15 100644
--- a/applet-docs.make
+++ b/applet-docs.make
@@ -46,7 +46,8 @@ applet-dist-hook: index.html
install-data-am: index.html
-$(mkinstalldirs) $(DESTDIR)$(docdir)/stylesheet-images
- -cp $(srcdir)/topic.dat $(DESTDIR)$(helpdir)
+ -cp $(srcdir)/topic.dat $(DESTDIR)$(docdir)
+ -cp $(srcdir)/$(sgml_files) $(DESTDIR)$(docdir)
-for file in \
$(applet)-applet/*.html \
$(applet)-applet/*.css \