~crc_/retroforth#104: 
MANDIR is not created

#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
Status
RESOLVED FIXED
Submitter
Pietro Cerutti
Assigned to
No-one
Submitted
a month ago
Updated
a month ago
Labels
No labels applied.

Charles Childers a month ago · edit

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

Charles Childers referenced this from #104 a month ago

~crc_ REPORTED FIXED a month ago

Register here or Log in to comment, or comment via email.