[Commit] papers/xarch_ols2004 Makefile, 1.1.1.1, 1.2 gettys-abstract.tex, 1.1.1.1, 1.2 gettys.tex, 1.2, 1.3

Keith Packard commit at keithp.com
Tue Jun 15 13:17:00 PDT 2004


Committed by: keithp

Update of /local/src/CVS/papers/xarch_ols2004
In directory home.keithp.com:/tmp/cvs-serv15907

Modified Files:
	Makefile gettys-abstract.tex gettys.tex 
Log Message:
Add html.  Hack using date to get affiliation shared

Index: Makefile
===================================================================
RCS file: /local/src/CVS/papers/xarch_ols2004/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile	15 Jun 2004 18:40:57 -0000	1.1.1.1
+++ Makefile	15 Jun 2004 20:16:58 -0000	1.2
@@ -1,6 +1,7 @@
 
 .SUFFIXES: .tex .dvi .aux .eps .fig .dia .ps .pdf .bib .bbl
 
+EXPORT=xarch-ols2004
 TOP=gettys
 TEXFILES:=$(wildcard *.tex)
 FIGFILES:=$(wildcard *.fig)
@@ -18,7 +19,7 @@
 .eps.pdf:
 	epstopdf $<
 
-all: $(TOP).ps $(TOP).pdf
+all: $(TOP).ps $(TOP).pdf $(EXPORT)-html/$(EXPORT).html
 
 $(TOP).ps: $(TOP).dvi
 	dvips -t letter -o $(TOP).ps $(TOP)
@@ -35,8 +36,25 @@
 	pdflatex $(TOP) || true
 	pdflatex $(TOP)
 
+LINKS=$(EXPORT).tex $(EXPORT).aux $(EXPORT).bbl
+
+$(EXPORT)-html/$(EXPORT).html: gettys.dvi $(EXPORT)-html $(LINKS)
+	latex2html -white -dir $(EXPORT)-html -split 0 -no_navigation $(EXPORT).tex
+
+$(EXPORT)-html:
+	mkdir -p $(EXPORT)-html
+
+$(EXPORT).tex:
+	ln -s gettys.tex $(EXPORT).tex
+
+$(EXPORT).aux: gettys.aux
+	ln -s gettys.aux $(EXPORT).aux
+	
+$(EXPORT).bbl: gettys.bbl
+	ln -s gettys.bbl $(EXPORT).bbl
+
 clean:
 	rm -f *.aux *.dvi *.log 
 	rm -f $(TOP).ps $(TOP).pdf $(TOP).bbl $(TOP).blg
-
-
+	rm -f $(LINKS)
+	rm -rf $(EXPORT)-html

Index: gettys-abstract.tex
===================================================================
RCS file: /local/src/CVS/papers/xarch_ols2004/gettys-abstract.tex,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- gettys-abstract.tex	15 Jun 2004 18:40:57 -0000	1.1.1.1
+++ gettys-abstract.tex	15 Jun 2004 20:16:58 -0000	1.2
@@ -1,4 +1,5 @@
 %
+\section*{Abstract}
 
 The X Window System, Version 11, is the standard window system on Linux
 and UNIX systems. X11, designed in 1987, was ``state of the art'' at that

Index: gettys.tex
===================================================================
RCS file: /local/src/CVS/papers/xarch_ols2004/gettys.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gettys.tex	15 Jun 2004 19:06:28 -0000	1.2
+++ gettys.tex	15 Jun 2004 20:16:58 -0000	1.3
@@ -29,25 +29,22 @@
 \begin{document}
 
 % Required: do not print the date.
-\date{}
+\date{\em HP Cambridge Research Laboratory}
 
-\title{The (Re)Architecture of the X Window System \\
-% {\normalsize Subtitle goes here}
-}
+\title{The (Re)Architecture of the X Window System}
 
 \author{
-James Gettys \\
-{\normalsize{\url{jim.gettys at hp.com}}}\\
+James Gettys\\
+\url{jim.gettys at hp.com}
+\and
 Keith Packard\\
-{\normalsize{\url{keithp at keithp.com}}}\\
-{\em HP Cambridge Research Laboratory}}
+\url{keithp at keithp.com}}
 
 \maketitle
 
 % Required: do not use page numbers on title page.
 \thispagestyle{empty}
 
-\section*{Abstract}
 % Here is how to include text from another file.  Use
 % \input rather than \include.
 \input{gettys-abstract}




More information about the Commit mailing list