When I click on your URL and then click on "Report Typos and Errors", I get a window that pops up to get me to setup evolution. But I don't use evolution. Not sure what would happen on some other OS like Windows or Mac OS. Also, I often have popups disabled.
Is it possible to make this work without the above issues? Dave -- Dave Nystrom LANL HPC-5 Phone: 505-667-7913 Email: [email protected] Smail: Mail Stop B272 Group HPC-5 Los Alamos National Laboratory Los Alamos, NM 87545 ________________________________________ From: [email protected] [[email protected]] on behalf of Jed Brown [[email protected]] Sent: Monday, January 06, 2014 2:59 PM To: Satish Balay Cc: petsc-dev Subject: Re: [petsc-dev] adding Report Typo and Errors link to manual pages Satish Balay <[email protected]> writes: > But wrt URL - since we don't know where the docs will land - I can add > in the following context to the message: > > Please describe the typo or error in the documentation: petsc-VER GIT-ID > FILE-NAME > > i.e > > Please describe the typo or error in the documentation: petsc-dev > 06283fd4323cef45a7147b2226c8e0c084e2a1d2 docs/manualpages/Vec/VecView.html > > http://ftp.mcs.anl.gov/pub/petsc/tmp/VecView.html is updated Looks good to me. > $ git diff |cat > diff --git a/makefile b/makefile > index 362c004..44d50cf 100644 > --- a/makefile > +++ b/makefile > @@ -335,11 +335,13 @@ docsetdate: chk_petscdir > fi; \ > datestr=`git log -1 --pretty=format:%ci | cut -d ' ' -f 1`; \ > export datestr; \ > + gitver=`git log -1 --pretty=format:%H`; \ I would use "git describe" instead since it has some human-readable context. v3.4.3-2283-g06283fd
