Ticket #64422: guard-doxyfile.patch

File guard-doxyfile.patch, 471 bytes (added by jxy (Xiao-Yong), 2 years ago)

fix install for ipe.app

  • src/ipe/Makefile

    old new  
    9898        $(INSTALL_FILES) ipe.icns $(RESOURCEDIR)
    9999        $(INSTALL_FILES) ../../icons/icons.ipe $(RESOURCEDIR)/icons
    100100        $(INSTALL_FILES) $(manualdir)/* $(BUNDLEDIR)/SharedSupport/doc
    101         $(INSTALL_FILES) $(doxydir)/* $(BUNDLEDIR)/SharedSupport/doc
     101        test -d $(doxydir) && \
     102                $(INSTALL_FILES) $(doxydir)/* $(BUNDLEDIR)/SharedSupport/doc
    102103
    103104endif
    104105