[gsharp-cvs] CVS update: gsharp/Doc/gsharp.bib gsharp/Doc/Makefile gsharp/Doc/gsharp.tex

Robert Strandh rstrandh at common-lisp.net
Tue Feb 24 05:30:47 UTC 2004


Update of /project/gsharp/cvsroot/gsharp/Doc
In directory common-lisp.net:/tmp/cvs-serv11457

Modified Files:
	Makefile gsharp.tex 
Added Files:
	gsharp.bib 
Log Message:
Added bibliography.  Modified the Makefile to compile Bibtex file. 

Date: Tue Feb 24 00:30:47 2004
Author: rstrandh



Index: gsharp/Doc/Makefile
diff -u gsharp/Doc/Makefile:1.1.1.1 gsharp/Doc/Makefile:1.2
--- gsharp/Doc/Makefile:1.1.1.1	Mon Feb 16 10:46:21 2004
+++ gsharp/Doc/Makefile	Tue Feb 24 00:30:47 2004
@@ -16,6 +16,7 @@
 $(NAME).dvi: $(TEXFILES) $(PSTEX_T) $(VERBATIM)
 	latex $<
 	makeindex $(NAME)
+	bibtex gsharp
 	latex $<
 
 $(NAME).ps: $(NAME).dvi $(PSTEX)
@@ -27,7 +28,6 @@
 clean:
 	rm -f *.aux *.log *~
 
-spotless:
-	make clean
-	rm -f *.ps *.dvi *.pstex *.pstex_t *.toc *.idx *.ilg *.ind
+spotless: clean
+	rm -f *.ps *.dvi *.pstex *.pstex_t *.toc *.idx *.ilg *.ind *.bbl
 


Index: gsharp/Doc/gsharp.tex
diff -u gsharp/Doc/gsharp.tex:1.1.1.1 gsharp/Doc/gsharp.tex:1.2
--- gsharp/Doc/gsharp.tex:1.1.1.1	Mon Feb 16 10:46:26 2004
+++ gsharp/Doc/gsharp.tex	Tue Feb 24 00:30:47 2004
@@ -800,5 +800,16 @@
 
 Talk about frames, panes, streams, etc.
 
+\nocite{ross-1987} \nocite{haken-1993} \nocite{haken-1995}
+\nocite{aho-hopcroft-ullman} \nocite{blostein-1991}
+\nocite{blostein-1994} \nocite{gourlay-1987-spacing}
+\nocite{gourlay-1987-formatting} \nocite{hegazy-1987}
+\nocite{hegazy-1987-breaking} \nocite{rader-1996} \nocite{tex}
+
+
 \printindex
+
+\newpage
+\bibliographystyle{alpha}
+\bibliography{gsharp}
 \end{document}





More information about the Gsharp-cvs mailing list