File: no_extratools_doc.patch

package info (click to toggle)
king 2.24%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 78,620 kB
  • sloc: java: 111,577; xml: 1,868; cpp: 209; sh: 128; perl: 127; python: 99; makefile: 60; ansic: 7
file content (25 lines) | stat: -rw-r--r-- 1,188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: skipping the installation of the manual of extratools, as we
 cannot manage to build it from source; lyx --export pdf2 tools-manual.lyx is
 not working.
Author: Pierre Gruet <pgt@debian.org>
Forwarded: https://github.com/rlabduke/javadev/issues/1
Last-Update: 2022-01-30

--- a/king/build.xml
+++ b/king/build.xml
@@ -214,7 +214,6 @@
     </copy>
     <!-- extra doc files from other top-level projects; some need to be renamed -->
     <copy file="../chiropraxis/doc/tools-manual.pdf" tofile="${dist}/${ant.project.name}-${version}/doc/chiropraxis-manual.pdf"/>
-    <copy file="../extratools/doc/tools-manual.pdf" tofile="${dist}/${ant.project.name}-${version}/doc/extratools-manual.pdf"/>
 </target>
 <!-- }}} -->
 
@@ -240,7 +239,6 @@
     </copy>
     <!-- extra doc files from other top-level projects; some need to be renamed -->
     <copy file="../chiropraxis/doc/tools-manual.pdf" tofile="${dist}/${ant.project.name}-${version}/doc/chiropraxis-manual.pdf"/>
-    <copy file="../extratools/doc/tools-manual.pdf" tofile="${dist}/${ant.project.name}-${version}/doc/extratools-manual.pdf"/>
 </target>
 
 <target name="jpackage-win" depends="init,build,jpackage-base">