blob: 39407901dc287fb1148dfc30518ac2d7dea7d315 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- docs/reference/libgail-util/Makefile.in.orig Mon Sep 13 12:27:31 2004
+++ docs/reference/libgail-util/Makefile.in Mon Sep 13 12:28:21 2004
@@ -474,8 +474,6 @@
echo '-- Installing '$$i ; \
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
done; \
- echo '-- Installing $(srcdir)/html/index.sgml' ; \
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
fi)
uninstall-local:
|