Skip to content

Commit 35c8b48

Browse files
committed
Fix the building of packages (broken by Japanese docs)
Signed-off-by: andypugh <andy@bodgesoc.org>
1 parent 5543ce8 commit 35c8b48

4 files changed

Lines changed: 18 additions & 1 deletion

File tree

debian/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ else
312312
subst linuxcnc.files.in $DRIVERS > $MAIN_PACKAGE_NAME.files
313313
fi
314314

315-
DOCS_PACKAGES=$(echo linuxcnc-doc-{en,fr,es,cn})
315+
DOCS_PACKAGES=$(echo linuxcnc-doc-{en,fr,es,cn,ja})
316316
for P in $DOCS_PACKAGES; do
317317
if [ -f $EXTRAS/$P.files ]; then
318318
cat $P.files.in $EXTRAS/$P.files > $P.files

debian/control.bottom.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,16 @@ Description: motion controller for CNC machines and robots (Chinese
8484
.
8585
This package contains the documentation in Chinese.
8686

87+
Package: linuxcnc-doc-ja
88+
Provides: linuxcnc-doc
89+
Architecture: all
90+
Depends: ${misc:Depends}
91+
Suggests: pdf-viewer
92+
Description: motion controller for CNC machines and robots (Japanese
93+
documentation)
94+
LinuxCNC is the next-generation Enhanced Machine Controller which
95+
provides motion control for CNC machine tools and robotic
96+
applications (milling, cutting, routing, etc.).
97+
.
98+
This package contains the documentation in Chinese.
99+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
usr/share/doc/linuxcnc/LinuxCNC_Manual_Pages_ja.pdf
2+
usr/share/doc/linuxcnc/LinuxCNC_Documentation_ja.pdf

debian/linuxcnc-doc-ja.files.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
usr/share/doc/linuxcnc/LinuxCNC_Manual_Pages_ja.pdf
2+
usr/share/doc/linuxcnc/LinuxCNC_Documentation_ja.pdf

0 commit comments

Comments
 (0)