aboutsummaryrefslogtreecommitdiff
path: root/src/booklets/Makefile.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/booklets/Makefile.pamphlet')
-rw-r--r--src/booklets/Makefile.pamphlet36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/booklets/Makefile.pamphlet b/src/booklets/Makefile.pamphlet
deleted file mode 100644
index d0573f47..00000000
--- a/src/booklets/Makefile.pamphlet
+++ /dev/null
@@ -1,36 +0,0 @@
-%% 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}