[65920] branches/new-help-system/base/doc/Makefile

raimue at macports.org raimue at macports.org
Fri Apr 2 17:47:57 PDT 2010


Revision: 65920
          http://trac.macports.org/changeset/65920
Author:   raimue at macports.org
Date:     2010-04-02 17:47:56 -0700 (Fri, 02 Apr 2010)
Log Message:
-----------
Fix soelim symlink for HTML files

Modified Paths:
--------------
    branches/new-help-system/base/doc/Makefile

Modified: branches/new-help-system/base/doc/Makefile
===================================================================
--- branches/new-help-system/base/doc/Makefile	2010-04-03 00:41:44 UTC (rev 65919)
+++ branches/new-help-system/base/doc/Makefile	2010-04-03 00:47:56 UTC (rev 65920)
@@ -67,7 +67,7 @@
 	$(ASCIIDOC) $(ASCIIDOCFLAGS) -d manpage -b xhtml11 $<
 
 %.html: %.soelim
-	ln -sf $(shell awk '{print $$2}' < $<) $@
+	ln -sf $(shell basename $$(awk '{print $$2}' < $<)).html $@
 
 install: all
 	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100402/67527a6e/attachment.html>


More information about the macports-changes mailing list