Gang:

    Here's a quick patch for the top Makefile.in If I don't want to make
the Desktop, then I don't want to install it (and the 'share' stuff).

--- Makefile.in.org Mon Jun 24 11:41:55 2002
+++ Makefile.in Sat Oct 19 11:17:05 2002
@@ -96,7 +96,9 @@
    cd $(TOOLS_DIR) ; $(MAKE) install-pluck_comics
 
 install-plucker-desktop: plucker-desktop
-   cd $(DESKTOP_DIR) ; $(MAKE) install
+   @if test "$(BUILD_DESKTOP)" != "no"; then \
+       cd $(DESKTOP_DIR) ; $(MAKE) install ; \
+   fi
 
 install-unpluck: unpluck
    @if test "$(BUILD_UNPLUCK)" != "no"; then \


Christopher R. Hawks
HAWKSoft
-------------------------------------------------------------------------
Now I know someone out there is going to claim, "Well then, UNIX is intuitive,
because you only need to learn 5000 commands, and then everything else follows
from that! Har har har!"
    -- Andy Bates on "intuitive interfaces", slightly defending Macs





_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to