From ab8cc85adde879fb963c94d15675783f2cf4b183 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 14 Aug 2007 05:14:52 +0000 Subject: Initial population. --- src/share/Makefile.pamphlet | 53 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 src/share/Makefile.pamphlet (limited to 'src/share/Makefile.pamphlet') diff --git a/src/share/Makefile.pamphlet b/src/share/Makefile.pamphlet new file mode 100644 index 00000000..13d54119 --- /dev/null +++ b/src/share/Makefile.pamphlet @@ -0,0 +1,53 @@ +%% Oh Emacs, this is a -*- Makefile -*-, so give me tabs. +\documentclass{article} +\usepackage{axiom} +\begin{document} +\title{\$SPAD/src/share Makefile} +\author{Timothy Daly} +\maketitle +\begin{abstract} +Files in the share directory are common to all of the system builds. +\end{abstract} +\eject +\tableofcontents +\eject +\section{command.list} +The [[command.list]] file contains command completion strings used by +the [[clef]] command line editor function. In the NAG version this +lived in the share subdirectory but the open source version moves it +back to the [[lib]] directory where it originally lived. +<>= +$(axiom_target_libdir)/command.list: $(srcdir)/algebra/command.list + $(INSTALL_DATA) $< $@ +@ + +<<*>>= +subdir = src/share/ + +FILES=$(axiom_target_libdir)/command.list + +.SUFFIXES: +.PHONY: all all-share +all: all-ax + +all-ax all-share: stamp + @ echo 3 finished $(srcdir) + +stamp: ${FILES} + -rm -f stamp + $(STAMP) stamp + +mostlyclean-local: + @-rm -f $(FILES) + @-rm -f stamp + +clean-local: mostlyclean-local +distclean-local: clean-local + +<> +@ +\eject +\begin{thebibliography}{99} +\bibitem{1} nothing +\end{thebibliography} +\end{document} -- cgit v1.2.3