diff options
author | dos-reis <gdr@axiomatics.org> | 2007-08-14 05:14:52 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-08-14 05:14:52 +0000 |
commit | ab8cc85adde879fb963c94d15675783f2cf4b183 (patch) | |
tree | c202482327f474583b750b2c45dedfc4e4312b1d /src/booklets/Makefile.pamphlet | |
download | open-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz |
Initial population.
Diffstat (limited to 'src/booklets/Makefile.pamphlet')
-rw-r--r-- | src/booklets/Makefile.pamphlet | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/booklets/Makefile.pamphlet b/src/booklets/Makefile.pamphlet new file mode 100644 index 00000000..d0573f47 --- /dev/null +++ b/src/booklets/Makefile.pamphlet @@ -0,0 +1,36 @@ +%% Oh Emacs, this is a -*- Makefile -*-, so give me tabs. +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/booklets Makefile.pamphlet} +\author{Timothy Daly \and Gabriel Dos~Reis} +\maketitle +\begin{abstract} +\end{abstract} +\eject +\tableofcontents +\eject + +<<*>>= + +subdir = src/booklets/ + +pamphlets = Rosetta.pamphlet + +.PHONY: all all-book +all: all-ax +all-book all-ax: + +mostlyclean-local: + +clean-local: mostlyclean-local + +distclean-local: clean-local + +@ + +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} |