@@ -89,10 +89,9 @@ override_dh_auto_install-arch:
89
89
90
90
override_dh_installdocs-arch :
91
91
ifeq (,$(filter nodocs,$(DEB_BUILD_OPTIONS ) ) )
92
- # Sample configs go in `usr/share/doc/linuxcnc` (not
93
- # `.../doc/@MAIN_PACKAGE_NAME@`) because that's where the
94
- # `linuxcnc` launcher script looks for them, and that's
95
- # inconvenient to change.
92
+ # Sample configs go in `usr/share/doc/linuxcnc` (not `.../doc/@MAIN_PACKAGE_NAME@`)
93
+ # because that's where the `linuxcnc` launcher script looks for them,
94
+ # and that's inconvenient to change.
96
95
dh_installdocs --doc-main-package=@MAIN_PACKAGE_NAME@ --package=@MAIN_PACKAGE_NAME@
97
96
mkdir -p debian/@MAIN_PACKAGE_NAME@/usr/share/doc/linuxcnc
98
97
mv debian/@MAIN_PACKAGE_NAME@/usr/share/doc/@MAIN_PACKAGE_NAME@/examples debian/@MAIN_PACKAGE_NAME@/usr/share/doc/linuxcnc
@@ -109,12 +108,10 @@ endif
109
108
110
109
override_dh_installdocs-indep :
111
110
ifeq (,$(filter nodocs,$(DEB_BUILD_OPTIONS ) ) )
112
- # The G-code quick reference html docs are built as
113
- # `docs/html/${LANG}/gcode.html`. We install them
114
- # into `/usr/share/doc/@MAIN_PACKAGE_NAME@/` in each
115
- # linuxcnc-doc-${LANG} package, then rename them there (except
116
- # for the English one) to include the language in the filename,
117
- # so they don't collide when we install all the doc debs.
111
+ # The G-code quick reference html docs are built as `docs/html/${LANG}/gcode.html`.
112
+ # We install them into `/usr/share/doc/@MAIN_PACKAGE_NAME@/` in each # linuxcnc-doc-${LANG} package,
113
+ # then rename them there (except for the English one) to include the language in the filename,
114
+ # so they do not collide when we install all the doc debs.
118
115
#
119
116
# Rename the "main" doc directories from
120
117
# `usr/share/doc/@MAIN_PACKAGE_NAME@` to `usr/share/doc/linuxcnc`,
0 commit comments