This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: generic-readme patch


Lapo Luchini wrote:
Probably this should be adequate, if new packages "better have" doc and man under share

diff -b -u -r1.2 generic-readme

Installed, thanks. (I also went looking in the buildscript -- forgetting that we'd already updated that -- and fixed the -g buglet that had been bothering me ever since I released a test package that had a library 5x too big...)


--
Chuck


Index: generic-build-script =================================================================== RCS file: /cvs/cygwin-apps/packaging/templates/generic-build-script,v retrieving revision 1.4 diff -u -r1.4 generic-build-script --- generic-build-script 12 Aug 2003 03:00:47 -0000 1.4 +++ generic-build-script 10 Sep 2003 02:29:01 -0000 @@ -54,7 +54,7 @@ target=i686-pc-cygwin prefix=/usr sysconfdir=/etc -MY_CFLAGS="-O2 -g" +MY_CFLAGS="-O2" MY_LDFLAGS=

 mkdirs() {
Index: generic-readme
===================================================================
RCS file: /cvs/cygwin-apps/packaging/templates/generic-readme,v
retrieving revision 1.2
diff -u -r1.2 generic-readme
--- generic-readme	6 Aug 2003 08:36:53 -0000	1.2
+++ generic-readme	10 Sep 2003 02:29:01 -0000
@@ -36,10 +36,11 @@
 Files included in the binary distro

   /usr/bin/...
-  /usr/doc/<PKG>-<VER>/AUTHORS
-  /usr/doc/<PKG>-<VER>/...
-  /usr/doc/Cygwin/<PKG>-<VER>.README
-  /usr/man/man1/...
+  /usr/share/doc/<PKG>-<VER>/AUTHORS
+  /usr/share/doc/<PKG>-<VER>/...
+  /usr/share/doc/Cygwin/<PKG>-<VER>.README
+  /usr/share/man/man1/...
+  /usr/share/info/...
   /etc/postinstall/<PKG>.sh

------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]