Check-in Number:
|
3957 | |
Date: |
2003-Jan-27 19:20:49 (local)
2003-Jan-27 18:20:49 (UTC) |
User: | ms |
Branch: | |
Comment: |
Remember to modify the install and uninstall targets after perl dependency
changes. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/Makefile.in 1.37 -> 1.38
--- Makefile.in 2003/01/27 18:13:23 1.37
+++ Makefile.in 2003/01/27 18:20:49 1.38
@@ -143,18 +143,18 @@
install: all
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(prefix)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
- $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1
- $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man5
+# $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1
+# $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man5
$(SHTOOL) install -c -s -m 755 as-gui $(DESTDIR)$(bindir)/as-gui
- $(SHTOOL) install -c -m 644 as-gui.1 $(DESTDIR)$(mandir)/man1/as-gui.1
- $(SHTOOL) install -c -m 644 as-gui.conf.5 $(DESTDIR)$(mandir)/man5/as-gui.conf.5
+# $(SHTOOL) install -c -m 644 as-gui.1 $(DESTDIR)$(mandir)/man1/as-gui.1
+# $(SHTOOL) install -c -m 644 as-gui.conf.5 $(DESTDIR)$(mandir)/man5/as-gui.conf.5
uninstall:
- $(RM) $(DESTDIR)$(mandir)/man5/as-gui.conf.5
- $(RM) $(DESTDIR)$(mandir)/man1/as-gui.1
+# $(RM) $(DESTDIR)$(mandir)/man5/as-gui.conf.5
+# $(RM) $(DESTDIR)$(mandir)/man1/as-gui.1
$(RM) $(DESTDIR)$(bindir)/as-gui
- $(RMDIR) $(DESTDIR)$(mandir)/man5 >/dev/null 2>&1 || $(TRUE)
- $(RMDIR) $(DESTDIR)$(mandir)/man1 >/dev/null 2>&1 || $(TRUE)
+# $(RMDIR) $(DESTDIR)$(mandir)/man5 >/dev/null 2>&1 || $(TRUE)
+# $(RMDIR) $(DESTDIR)$(mandir)/man1 >/dev/null 2>&1 || $(TRUE)
$(RMDIR) $(DESTDIR)$(mandir) >/dev/null 2>&1 || $(TRUE)
$(RMDIR) $(DESTDIR)$(bindir) >/dev/null 2>&1 || $(TRUE)
$(RMDIR) $(DESTDIR)$(prefix) >/dev/null 2>&1 || $(TRUE)
|
|