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: [Review - Good to Go!] XmHTML 3.2-1: widget capable of displaying HTML 3.2


>-----Original Message-----
>From: cygwin-apps-owner<at>cygwin.com On Behalf Of Dr. Volker Zell
>Sent: Tuesday, February 10, 2004 12:28 PM
>To: cygwin-apps<at>cygwin.com
>Subject: Re: [Review - Good to Go!] XmHTML 3.2-1: widget capable of displaying
>HTML 3.2
>
>I have addressed all the issues in a new build which you can find at the
>old place.

Sorry for the delay, looks great to me!

Upstream source package includes a .swp file, recommend something like:

--- XmHTML-1.1.7-1.sh.orig      2004-02-11 15:52:57.734375000 -0800
+++ XmHTML-1.1.7-1.sh   2004-02-11 16:14:28.453125000 -0800
@@ -173,6 +173,8 @@
   /usr/bin/install -m 644 ${objdir}/examples/HTMLDemos.ad                \
                           ${instdir}${docdir}/examples
   )
+# remove backup files if any
+  find ${instdir} -name '*.sw?' -exec rm -f {} \;
 }
 strip() {
   (cd ${instdir} && \


-- 
Rafael


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