From: <suc...@us...> - 2006-07-30 01:42:05
|
Revision: 158 Author: sucknblow Date: 2006-07-29 18:41:55 -0700 (Sat, 29 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=158&view=rev Log Message: ----------- Update paths after directory moves. Modified Paths: -------------- trunk/pmplib/doc/snapshot trunk/webpage/Makefile Modified: trunk/pmplib/doc/snapshot =================================================================== --- trunk/pmplib/doc/snapshot 2006-07-30 01:32:12 UTC (rev 157) +++ trunk/pmplib/doc/snapshot 2006-07-30 01:41:55 UTC (rev 158) @@ -4,7 +4,7 @@ # # It doesn't work very well yet, but # the snapshot target should work fine. -BRANCH=trunk +BRANCH=trunk/pmplib FOO:='/AM_INIT_AUTOMAKE/{s/^[^0-9.]*\([0-9.]\+\))/\1/;p};d' LASTVER:=$(shell sed $(FOO) $(BRANCH)/configure.in) SNAPVER:=$(LASTVER).$(shell date +%Y%m%d) Modified: trunk/webpage/Makefile =================================================================== --- trunk/webpage/Makefile 2006-07-30 01:32:12 UTC (rev 157) +++ trunk/webpage/Makefile 2006-07-30 01:41:55 UTC (rev 158) @@ -29,7 +29,7 @@ # This is an ugly hack to include the manual page on the web-site # We ought to re-write it in DocBook perhaps. easypmp.html: - man2html ../frontend/easypmp/cui/easypmp.1 | \ + man2html ../pmplib/frontend/easypmp/cui/easypmp.1 | \ sed 's^<<A HREF="mailto:\(.*\)">\(.*\)</A>.*>^^' | \ sed '1,2d; /^$$/d' > easypmp.html # Move the index to the top @@ -48,7 +48,7 @@ sed -i '/^<hr \/>$$/d' easypmp.html easypmp.pdf: - groff -m mandoc ../frontend/easypmp/cui/easypmp.1 > easypmp.ps + groff -m mandoc ../pmplib/frontend/easypmp/cui/easypmp.1 > easypmp.ps ps2pdf easypmp.ps document_easypmp_manual.html: document_easypmp_manual.xml.in pmplib.xsl easypmp.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |