Hi Mosè,

On Mon, 27 Oct 2014, Mosè Giordano wrote:
> by the values of the variables PREVIEWDATE and PREVIEWVERSION, set by
> automake, and are of the form "2014-06-24" and "11.88", the former for
> both PREVIEWDATE and PREVIEWVERSION, and the latter for PREVIEWVERSION
> when the last change is a regular release.  My question is: how should
> preview/latex/preview.dtx be accommodated to work with such strings?


What about:
- move preview.dtx to preview.dtx.in
- change the
        $Date: ... $
  line (l.447 in dtx)to
        @PREVIEWDATE@
- change the
        $Name:  $
  line (l.442) to
        @PREVIEWVERSION@
- remove the CVS-$Revision:/... in line 443

- generated preview.dtx from preview.dtx.in via automake by adding it
  to the list of generated files.
  (actually already in your code .. but the .in file)

> +AC_OUTPUT(Makefile tex-site.el.out:tex-site.el.in preview/preview.el 
> preview/latex/preview.dtx doc/Makefile auctex.el)

Would that work?


Norbert

------------------------------------------------------------------------
PREINING, Norbert                               http://www.preining.info
JAIST, Japan                                 TeX Live & Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13
------------------------------------------------------------------------

_______________________________________________
auctex mailing list
auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to