aboutsummaryrefslogtreecommitdiff
path: root/editors/pdfedit/files/patch-doc__Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/pdfedit/files/patch-doc__Makefile')
-rw-r--r--editors/pdfedit/files/patch-doc__Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/pdfedit/files/patch-doc__Makefile b/editors/pdfedit/files/patch-doc__Makefile
new file mode 100644
index 000000000000..915269137241
--- /dev/null
+++ b/editors/pdfedit/files/patch-doc__Makefile
@@ -0,0 +1,12 @@
+--- doc/Makefile.orig 2008-12-03 09:16:03.000000000 +0900
++++ doc/Makefile 2011-03-21 20:34:48.000000000 +0900
+@@ -18,9 +18,6 @@
+ $(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