Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29174

Modified Files:
        cogito.info 
Added Files:
        cogito.patch 
Log Message:
Upstream release 0.17.3

--- NEW FILE: cogito.patch ---
Install documentation -x.
Fix html links by including section number in target.

diff -r d802a4e69c72 Documentation/Makefile
--- a/Documentation/Makefile    Thu Jul 27 19:52:54 2006 -0700
+++ b/Documentation/Makefile    Thu Jul 27 19:59:48 2006 -0700
@@ -50,14 +50,14 @@ txt7: $(MAN7_TXT)
 
 install: man txt
        $(INSTALL) -m755 -d $(DESTDIR)/$(txtdir)
-       $(INSTALL) $(MAN1_TXT) $(MAN7_TXT) $(DESTDIR)/$(txtdir)
+       $(INSTALL) -m644 $(MAN1_TXT) $(MAN7_TXT) $(DESTDIR)/$(txtdir)
        $(INSTALL) -m755 -d $(DESTDIR)/$(man1) $(DESTDIR)/$(man7)
-       $(INSTALL) $(DOC_MAN1) $(DESTDIR)/$(man1)
-       $(INSTALL) $(DOC_MAN7) $(DESTDIR)/$(man7)
+       $(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)/$(man1)
+       $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)/$(man7)
 
 install-html: html
        $(INSTALL) -m755 -d $(DESTDIR)/$(htmldir)
-       $(INSTALL) $(DOC_HTML) $(DESTDIR)/$(htmldir)
+       $(INSTALL) -m644 $(DOC_HTML) $(DESTDIR)/$(htmldir)
 
 test:
        make -C tutorial-script test
diff -r d802a4e69c72 Documentation/asciidoc.conf
--- a/Documentation/asciidoc.conf       Thu Jul 27 19:52:54 2006 -0700
+++ b/Documentation/asciidoc.conf       Thu Jul 27 19:59:48 2006 -0700
@@ -17,7 +17,7 @@ endif::backend-docbook[]
 
 ifdef::backend-xhtml11[]
 [gitlink-inlinemacro]
-<a href="{target}.html">{target}{0?({0})}</a>
+<a href="{target}{0?.{0}}.html">{target}{0?({0})}</a>
 endif::backend-xhtml11[]
 
 [attributes]

Index: cogito.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/cogito.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cogito.info 17 Apr 2006 21:10:54 -0000      1.6
+++ cogito.info 28 Jul 2006 03:15:03 -0000      1.7
@@ -1,15 +1,17 @@
 Package: cogito
-Version: 0.17.2
+Version: 0.17.3
 Revision: 1
 Depends: git
 BuildDepends: asciidoc (>= 7.0.2), xmlto
 Source: http://www.kernel.org/pub/software/scm/%n/%n-%v.tar.gz
-Source-MD5: f4f2ce5c787265afbd55cba0dc9eeb11
+Source-MD5: 8c62b228880ec7bb4e399700c255d7f5
 
+Patch: %n.patch
 CompileScript: make prefix=%p
 InstallScript: <<
   make DESTDIR=%d prefix=%p install
   make -C Documentation DESTDIR=%d prefix=%p mandir=%p/share/man install 
install-html
+  cp -r Documentation/tutorial-script %i/share/doc/%n
 << 
 DocFiles: COPYING README README.osx TODO
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to