diff options
author | dos-reis <gdr@axiomatics.org> | 2007-12-27 18:28:50 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-12-27 18:28:50 +0000 |
commit | 5d3c517bfbca1bf3bf93111dd7e9969d5aa8e486 (patch) | |
tree | 164de101bf9d769d95efcab3579eb0cb4b5e6dee /src/Makefile.pamphlet | |
parent | 3e444950379ac4536b158da4c0469914ac5548e5 (diff) | |
download | open-axiom-5d3c517bfbca1bf3bf93111dd7e9969d5aa8e486.tar.gz |
Remove src/booklets
Diffstat (limited to 'src/Makefile.pamphlet')
-rw-r--r-- | src/Makefile.pamphlet | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Makefile.pamphlet b/src/Makefile.pamphlet index f7cb6918..06029371 100644 --- a/src/Makefile.pamphlet +++ b/src/Makefile.pamphlet @@ -92,18 +92,6 @@ all-share: cd share && ${MAKE} @ -\subsection{The \File{booklets/} directory} - -The \File{booklets/} directory contains pamphlet files that document -Axiom at a "higher level" than any particular pamphlet file. Booklets -can be stand-alone descriptions (e.g. the Rosetta.pamphlet), -top-down slices thru the system (e.g. the Integration.pamphlet), -or horizontal slices thru the system (e.g. the Matrix.pamphlet). -<<bookletsdir>>= -all-book: - cd booklets && ${MAKE} -@ - \subsection{The \File{lib/} directory} The \File{lib/} directory is used to build \File{libspad.a} which @@ -274,7 +262,6 @@ stamp: @axiom_src_all@ <<hyperdir>> <<sharedir>> <<docdir>> -<<bookletsdir>> <<libdir>> <<lispdir>> <<bootdir>> |