aboutsummaryrefslogtreecommitdiff
path: root/src/booklets/Makefile.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-12-27 18:19:40 +0000
committerdos-reis <gdr@axiomatics.org>2007-12-27 18:19:40 +0000
commit3e444950379ac4536b158da4c0469914ac5548e5 (patch)
tree33cdcd551e5d7a45ebaaa1b31027d0d7eb2d9736 /src/booklets/Makefile.pamphlet
parent7c4231fc804407ed504ecb79fb2a381d251aab74 (diff)
downloadopen-axiom-3e444950379ac4536b158da4c0469914ac5548e5.tar.gz
Remove booklets directory
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}