Fix typo in HelloTextTableShape makefile
The HelloTextTableShape example, which was recently ported to C++, has a small typo in line #64 of the Makefile. It gives the user the command to run the example, but it was missing an 'e' at the end. Change-Id: I29af45f21ff78dbda42e5bd9e25e44f06536f7c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165915 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
This commit is contained in:
parent
2dbd0acb88
commit
e64a1dfc36
@ -61,7 +61,7 @@ HelloTextTableShape: $(OUT_BIN)/$(APP_NAME)$(EXE_EXT)
|
|||||||
@echo --------------------------------------------------------------------------------
|
@echo --------------------------------------------------------------------------------
|
||||||
@echo Please use the following command to execute the example!
|
@echo Please use the following command to execute the example!
|
||||||
@echo -
|
@echo -
|
||||||
@echo $(MAKE) HelloTextTableShap.run
|
@echo $(MAKE) HelloTextTableShape.run
|
||||||
@echo --------------------------------------------------------------------------------
|
@echo --------------------------------------------------------------------------------
|
||||||
|
|
||||||
%.run: $(OUT_BIN)/HelloTextTableShape$(EXE_EXT)
|
%.run: $(OUT_BIN)/HelloTextTableShape$(EXE_EXT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user