ports/editors/pdfedit/files/patch-doc__Makefile

12 lines
533 B
Text

--- doc/Makefile.orig 2008-12-03 00:16:03 UTC
+++ doc/Makefile
@@ -18,9 +18,6 @@ doc_dist_install: $(MAN_INSTALL_TARGET)
$(USER_MANUAL_INSTALL_TARGET) \
$(DOXYGEN_INSTALL_TARGET) \
$(ADVANCED_DOC_INSTALL_TARGET)
- $(MKDIR) $(INSTALL_ROOT)$(DOC_PATH)/;
- $(COPY_FILE) LICENSE.GPL ../README ../Changelog AUTHORS README-* \
- README.cygwin $(INSTALL_ROOT)$(DOC_PATH)
# TODO maybe we should be less brutal here and delete only our files However we
# have no list of installed doc files. This list is probably too much effort