This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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: Language Reference Guide


On Thursday 19 October 2006 18:41, Frank Ch. Eigler wrote:
> jkenisto wrote:
> > [...]  Once the lang ref mnl is in good shape and available on the
> > SystemTap web site, I would prefer to see the whole "SCRIPT
> > LANGUAGE" section ripped out of the man page and replace with the
> > URL of the lang ref mnl. [...]
>
> Replacing installed, instantly-available documentation with something
> that relies on internet access is not the kind of improvement I'd
> like to see.

I was thinking:

diff -Naur systemtap-cvs/doc/langref/Makefile systemtap-cvs-robb/doc/langref/Makefile
--- systemtap-cvs/doc/langref/Makefile  1969-12-31 18:00:00.000000000 -0600
+++ systemtap-cvs-robb/doc/langref/Makefile     2006-10-19 19:05:45.000000000 -0500
@@ -0,0 +1,21 @@
+.SUFFIXES: .tex .dvi .ps .eps .pdf .bib .png .glo .gls
+
+.dvi.ps:
+       dvips -t letter -o $@ $<
+
+.ps.pdf:
+       ps2pdf -r600 $<
+
+all: langref.ps langref.pdf
+
+clean:
+       rm -f *.dvi *.ps *.pdf *.aux *.bbl *.blg *.log *.glo *.gls *.toc *.ilg
+
+langref.dvi: *.tex
+       latex langref
+       makeindex langref.glo -s nomencl.ist -o langref.gls
+       latex langref
+       latex langref
+
+html: langref.dvi
+       latex2html --noaddress --local_icons langref.tex


Regards,
Robb


-- 
Robb Romans                    (512) 838-0419
Linux Commando                   T/L 678-0419
FMJ@us.ibm.com                      ARS NA5TT
.-- - ..-. ..--..

Attachment: pgp00000.pgp
Description: PGP signature


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