summaryrefslogtreecommitdiff
path: root/java/java-rxtx/0002-makefile-javadoc-dir.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-11-08 15:30:52 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-11-08 15:30:52 -0500
commit9a07072b81d39601b5d31b6d105eae7f0c9ddb28 (patch)
treef01701a97908dd89e380a20e8655ca5c168cac32 /java/java-rxtx/0002-makefile-javadoc-dir.patch
parente64759b7f75a874e476f71c5b9880fdd56a68d88 (diff)
Removing java-rxtx: This package is in [community] repo
Diffstat (limited to 'java/java-rxtx/0002-makefile-javadoc-dir.patch')
-rw-r--r--java/java-rxtx/0002-makefile-javadoc-dir.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/java/java-rxtx/0002-makefile-javadoc-dir.patch b/java/java-rxtx/0002-makefile-javadoc-dir.patch
deleted file mode 100644
index 9b4eb0692..000000000
--- a/java/java-rxtx/0002-makefile-javadoc-dir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Place the Javadoc output in its own directory
---- RXTX.orig/Makefile.am
-+++ RXTX/Makefile.am
-@@ -99,7 +99,8 @@
-
- # create the javadoc files.
- docs: $(CLASSES)
-- $(JAVADOC) $(javafiles)
-+ mkdir javadoc
-+ cd javadoc && $(JAVADOC) $(javafiles)
-
- ################ WIN32 CrossCompiling from here down #######################
-