[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Groff-1.22.1: No pdfdocdir created
From: |
Matt Burgess |
Subject: |
Groff-1.22.1: No pdfdocdir created |
Date: |
Mon, 31 Dec 2012 09:21:37 +0000 |
Hi,
I'm getting the following error when running 'make install' from
groff-1.22.1:
for f in mom-pdf.pdf; do \
rm -f /usr/share/doc/groff-1.22/pdf/$f; \
ln
-s /usr/share/doc/groff-1.22/examples/mom/$f /usr/share/doc/groff-1.22/pdf/$f; \
done
ln: failed to create symbolic link
'/usr/share/doc/groff-1.22/pdf/mom-pdf.pdf': No such file or directory
make[3]: *** [install_data] Error 1
That's the following snippet:
contrib/mom/Makefile.sub (160):
for f in $(PDFDOCFILE); do \
rm -f $(DESTDIR)$(pdfdocdir)/$$f; \
ln -s $(exampledir)/mom/$$f $(DESTDIR)$(pdfdocdir)/$$f; \
done
Now, the only reference to creating pdfdocdir I can see is in the
following:
contrib/pdfmark/Makefile.sub (105):
install_pdfdoc:
-test -d $(DESTDIR)$(pdfdocdir) \
|| $(mkinstalldirs) $(DESTDIR)$(pdfdocdir)
But my log output, attached, doesn't show that snippet being executed at
all. Any help debugging this further please would be very much
appreciated.
Thanks,
Matt.
107-groff
Description: Text document
- Groff-1.22.1: No pdfdocdir created,
Matt Burgess <=