--- Makefile +++ Makefile @@ -68,10 +68,11 @@ install-examples: install -m 755 -d -- $(DESTDIR)$(EXAMPLESDIR) cp -fpR example $(DESTDIR)$(EXAMPLESDIR)
install-manpages:
Thank you! This has been corrected in the fossil repository & will be updated in the git mirror shortly.
On Wed, Dec 18, 2024 at 6:54 AM ~Pietro Cerutti outgoing@sr.ht wrote:
Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -68,10 +68,11 @@ install-examples: install -m 755 -d -- $(DESTDIR)$(EXAMPLESDIR) cp -fpR example $(DESTDIR)$(EXAMPLESDIR)
install-manpages:
install -m 755 -d -- $(MANDIR) install -c -m 644 man/retro.1 $(MANDIR)/retro.1 install -c -m 644 man/retro-embedimage.1 $(MANDIR)/retro-embedimage.1 install -c -m 644 man/retro-extend.1 $(MANDIR)/retro-extend.1 install -c -m 644 man/retro-describe.1 $(MANDIR)/retro-describe.1 install -c -m 644 man/retro-document.1 $(MANDIR)/retro-document.1
-- View on the web: https://todo.sr.ht/~crc_/retroforth/104