blob: a1f2957f2b4a54f6544e2b96c504d6de4e5afbc6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- docs/C/Makefile.in.orig Mon Oct 2 00:34:46 2000
+++ docs/C/Makefile.in Mon Oct 2 00:37:29 2000
@@ -310,7 +310,6 @@
$(distdir)/$(applet)-applet/stylesheet-images
install-data-am: index.html
- -$(mkinstalldirs) $(DESTDIR)$(docdir)/stylesheet-images
-cp $(srcdir)/topic.dat $(DESTDIR)$(helpdir)
-for file in \
$(applet)-applet/*.html \
@@ -318,11 +317,6 @@
$(srcdir)/*.png; do\
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
$(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$$basefile; \
- done
- -for file in \
- $(applet)-applet/stylesheet-images/*.png; do \
- basefile=`echo $$file | sed -e 's,^.*/,,'`; \
- $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/stylesheet-images/$$basefile; \
done
$(applet)-applet.ps: $(srcdir)/$(applet)-applet.sgml $(srcdir)/$(applet).sgml
|