We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1f109 commit d67f8faCopy full SHA for d67f8fa
debian/rules.in
@@ -91,6 +91,9 @@ override_dh_installdocs-arch:
91
92
override_dh_auto_install-indep:
93
DESTDIR=$(DESTDIR) $(MAKE) -C src install-docs install-doc
94
+ # Remove the docs we just built that we don't have debs for yet...
95
+ rm -f $(DESTDIR)/usr/share/doc/linuxcnc/*_de.pdf
96
+ rm -f $(DESTDIR)/usr/share/doc/linuxcnc/*_nb.pdf
97
98
override_dh_installdocs-indep:
99
# The G-code quick reference html docs are built as
0 commit comments