beec59fb43
Drawing editors derived from idraw PR: 36316 Submitted by: Scott Johnston <scott@accom.com>
16 lines
366 B
Text
16 lines
366 B
Text
--- config/InterViews/Imakefile.orig Mon Jul 16 10:11:11 2001
|
|
+++ config/InterViews/Imakefile Wed Mar 27 12:18:06 2002
|
|
@@ -6,13 +6,4 @@
|
|
|
|
IvmkcmTargets($(PACKAGE))
|
|
|
|
-#if !InstallRelative
|
|
-install::
|
|
- MakeDir($(CONFIGDIR)/InterViews)
|
|
- $(INSTALL) -c $(INSTINCFLAGS) *.cf $(CONFIGDIR)/InterViews
|
|
-
|
|
-uninstall::
|
|
- (cd $(CONFIGDIR)/InterViews; $(RM) *.cf)
|
|
-#endif
|
|
-
|
|
|