fix "make install" after renaming of retro-tags.forth to retro-tags.retro

FossilOrigin-Name: de9be098492d595f08b8dee76b4a361eb8629f52acab5a1111392d96d6c9095a
This commit is contained in:
crc 2019-08-27 14:19:07 +00:00
parent 942ec249f0
commit 35b898c9e4
3 changed files with 8 additions and 3 deletions

View file

@ -31,7 +31,7 @@ install: build install-data install-docs install-examples install-manpages
install -c -m 755 bin/retro-unu $(DESTDIR)$(PREFIX)/bin/retro-unu
install -c -m 755 bin/retro-describe $(DESTDIR)$(PREFIX)/bin/retro-describe
install -c -m 755 bin/retro-document $(DESTDIR)$(PREFIX)/bin/retro-document
install -c -m 755 example/retro-tags.forth $(DESTDIR)$(PREFIX)/bin/retro-tags
install -c -m 755 example/retro-tags.retro $(DESTDIR)$(PREFIX)/bin/retro-tags
install-strip: build install-data install-docs install-examples
install -m 755 -d -- $(DESTDIR)/bin
@ -42,7 +42,7 @@ install-strip: build install-data install-docs install-examples
install -c -m 755 -s bin/retro-unu $(DESTDIR)$(PREFIX)/bin/retro-unu
install -c -m 755 bin/retro-describe $(DESTDIR)$(PREFIX)/bin/retro-describe
install -c -m 755 bin/retro-document $(DESTDIR)$(PREFIX)/bin/retro-document
install -c -m 755 example/retro-tags.forth $(DESTDIR)$(PREFIX)/bin/retro-tags
install -c -m 755 example/retro-tags.retro $(DESTDIR)$(PREFIX)/bin/retro-tags
install-data:
install -m 755 -d -- $(DESTDIR)$(DATADIR)

View file

@ -14,6 +14,7 @@
## Documentation
- correct example for retro-compiler
- add notes on retro-tags
## Toolchain

View file

@ -44,13 +44,17 @@ Pass the image name as the first argument, and then file names
as susequent ones. Do *not* use this for things relying on I/O
apart from the basic console output as it doesn't emulate other
devices. If you need to load in things that rely on using the
optional I/O devices, see the Advanced Builds chapter.
optional I/O devices, see the **Advanced Builds** chapter.
## retro-muri
This is the assembler for Nga. It's used to build the initial
RETRO kernel and can be used by other tools as well.
## retro-tags
TBD
## retro-unu
This is the literate source extraction tool for RETRO. It