Fix linux tar-help build

This commit is contained in:
Semyon Bezrukov
2024-11-02 14:42:11 +03:00
committed by Alexey Golubev
parent 42c84c3d62
commit 6fdad734f1

View File

@ -125,12 +125,11 @@ HELP_GLOB := opt/$(DESKTOPEDITORS_PREFIX)/editors/web-apps/apps/*/main/resources
-include $(BRANDING_DIR)/branding.mk
all : deb rpm rpm-suse tar tar-help
all : deb rpm rpm-suse tar
deb : $(DEB)
rpm : $(RPM)
rpm-suse : $(RPM_SUSE)
tar : $(TAR)
tar-help : $(TAR_HELP)
tar : $(TAR) $(TAR_HELP)
clean :
rm -rf \
@ -345,4 +344,4 @@ $(BIN_FILES) $(DESKTOP_FILES) :
%/$(PACKAGE_NAME).spec : %/package.spec
cp $< $@
.PHONY : all clean deb rpm rpm-suse tar tar-help
.PHONY : all clean deb rpm rpm-suse tar