source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: merge revision 1.505: Debian wants relative, not absolute
@ 2017-02-22  0:06 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2017-02-22  0:06 UTC (permalink / raw)
  To: source

Log Message:
-----------
merge revision 1.505:
Debian wants relative, not absolute symlinks for man pages;
suggested by Michael Stapelberg

Tags:
----
VERSION_1_13

Modified Files:
--------------
    mdocml:
        Makefile

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mdocml/mdocml/Makefile,v
retrieving revision 1.488.2.9
retrieving revision 1.488.2.10
diff -LMakefile -LMakefile -u -p -r1.488.2.9 -r1.488.2.10
--- Makefile
+++ Makefile
@@ -385,8 +385,7 @@ db-install: mandoc demandoc soelim
 	$(LN) $(DESTDIR)$(BINDIR)/mandoc \
 		$(DESTDIR)$(SBINDIR)/$(BINM_MAKEWHATIS)
 	$(INSTALL_MAN) apropos.1 $(DESTDIR)$(MANDIR)/man1/$(BINM_APROPOS).1
-	$(LN) $(DESTDIR)$(MANDIR)/man1/$(BINM_APROPOS).1 \
-		$(DESTDIR)$(MANDIR)/man1/$(BINM_WHATIS).1
+	cd $(DESTDIR)$(MANDIR)/man1 && $(LN) $(BINM_APROPOS).1 $(BINM_WHATIS).1
 	$(INSTALL_MAN) mansearch.3 $(DESTDIR)$(MANDIR)/man3
 	$(INSTALL_MAN) mandoc.db.5 $(DESTDIR)$(MANDIR)/man5
 	$(INSTALL_MAN) makewhatis.8 \
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-22  0:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-22  0:06 mdocml: merge revision 1.505: Debian wants relative, not absolute schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).