Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ share/menus/CNC.menu
share/desktop-directories/linuxcnc-cnc.directory
share/desktop-directories/linuxcnc-ref.directory
share/desktop-directories/linuxcnc-doc.directory
share/linuxcnc/mesa_modbus.c.tmpl
src/modules.order
/configs/*/emc.nml
!/configs/common/emc.nml
Expand Down
2 changes: 0 additions & 2 deletions debian/linuxcnc-uspace-dev.install
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
usr/bin/halcompile
usr/bin/modcompile
usr/include/linuxcnc
usr/lib/liblinuxcnc.a
usr/lib/*.so
usr/share/linuxcnc/Makefile.modinc
usr/share/linuxcnc/mesa_modbus.c.tmpl
1 change: 0 additions & 1 deletion debian/linuxcnc.manpages.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ usr/share/man/man1/milltask.1
usr/share/man/man1/millturn.1
usr/share/man/man1/millturngui.1
usr/share/man/man1/mitsub_vfd.1
usr/share/man/man1/modcompile.1
usr/share/man/man1/monitor-xhc-hb04.1
usr/share/man/man1/motion-logger.1
usr/share/man/man1/moveoff_gui.1
Expand Down
2 changes: 0 additions & 2 deletions docs/po4a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
[type: AsciiDoc_def] src/drivers/hostmot2.adoc $lang:build/adoc/$lang/drivers/hostmot2.adoc
[type: AsciiDoc_def] src/drivers/hal_gpio.adoc $lang:build/adoc/$lang/drivers/hal_gpio.adoc
[type: AsciiDoc_def] src/drivers/mb2hal.adoc $lang:build/adoc/$lang/drivers/mb2hal.adoc
[type: AsciiDoc_def] src/drivers/mesa_modbus.adoc $lang:build/adoc/$lang/drivers/mesa_modbus.adoc
[type: AsciiDoc_def] src/drivers/mitsub-vfd.adoc $lang:build/adoc/$lang/drivers/mitsub-vfd.adoc
[type: AsciiDoc_def] src/drivers/pico-ppmc.adoc $lang:build/adoc/$lang/drivers/pico-ppmc.adoc
[type: AsciiDoc_def] src/drivers/pmx485.adoc $lang:build/adoc/$lang/drivers/pmx485.adoc
Expand Down Expand Up @@ -200,7 +199,6 @@
[type: AsciiDoc_def] src/man/man1/milltask.1.adoc $lang:build/adoc/$lang/man/man1/milltask.1.adoc
[type: AsciiDoc_def] src/man/man1/millturn.1.adoc $lang:build/adoc/$lang/man/man1/millturn.1.adoc
[type: AsciiDoc_def] src/man/man1/mitsub_vfd.1.adoc $lang:build/adoc/$lang/man/man1/mitsub_vfd.1.adoc
[type: AsciiDoc_def] src/man/man1/modcompile.1.adoc $lang:build/adoc/$lang/man/man1/modcompile.1.adoc
[type: AsciiDoc_def] src/man/man1/monitor-xhc-hb04.1.adoc $lang:build/adoc/$lang/man/man1/monitor-xhc-hb04.1.adoc
[type: AsciiDoc_def] src/man/man1/motion-logger.1.adoc $lang:build/adoc/$lang/man/man1/motion-logger.1.adoc
[type: AsciiDoc_def] src/man/man1/moveoff_gui.1.adoc $lang:build/adoc/$lang/man/man1/moveoff_gui.1.adoc
Expand Down
2 changes: 0 additions & 2 deletions docs/src/Master_Documentation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ include::drivers/hostmot2.adoc[]

include::drivers/mb2hal.adoc[]

include::drivers/mesa_modbus.adoc[]

include::drivers/mitsub-vfd.adoc[]


Expand Down
5 changes: 2 additions & 3 deletions docs/src/Submakefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ DOC_SRCS_EN := \
drivers/hal_pi_gpio.adoc \
drivers/hostmot2.adoc \
drivers/mb2hal.adoc \
drivers/mesa_modbus.adoc \
drivers/pico-ppmc.adoc \
drivers/pmx485.adoc \
drivers/shuttle.adoc \
Expand Down Expand Up @@ -354,8 +353,8 @@ postatus::
# (rather than scanning $(L)/ with $(wildcard) or assuming every English
# source has a translation) gives two properties at once: the list does
# not depend on po4a having already produced the files (no "build twice"
# fragility), and it does not include English-only sources like
# drivers/mesa_modbus.adoc that are absent from the translation pipeline.
# fragility), and it does not include English-only sources that are
# absent from the translation pipeline.
TRANSLATED_DOC_SRCS := $(shell sed -nE 's|^\[type: AsciiDoc_def\] src/([^ ]+).*|\1|p' \
$(DOC_DIR)/po4a.cfg)
$(foreach L,$(LANGUAGES),\
Expand Down
Loading
Loading