axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Axiom on FreeBSD - current patch set


From: root
Subject: Re: [Axiom-developer] Axiom on FreeBSD - current patch set
Date: Fri, 13 Aug 2004 00:55:47 -0400

Makefiles get expanded in the context of the source directory.
Thus Makefiles use a src relative path to the axiom.sty file.
This used to be true of all files but a recent change was made
to generate the mnt/sys/doc directory. Most files get expanded
in the doc directory now.

The axiom.sty file for Makefiles lives in the mnt/sys/bin subdirectory.
The axiom.sty file for other files is dynamically created in their 
corresponding doc directory. This was done to enable further changes
in documentation which are "in process" locally but have not yet
been uploaded.

patch rejected --t
===================================================================
RCS file: /cvsroot/axiom/axiom/src/clef/Makefile.pamphlet,v
retrieving revision 1.3
diff -u -d -B -b -r1.3 Makefile.pamphlet
--- src/clef/Makefile.pamphlet  27 Jun 2004 15:00:58 -0000      1.3
+++ src/clef/Makefile.pamphlet  8 Aug 2004 10:06:48 -0000
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{../../mnt/linux/bin/axiom}
+\usepackage{axiom}
 \begin{document}
 \title{\$SPAD/src/clef Makefile}
 \author{Timothy Daly}











reply via email to

[Prev in Thread] Current Thread [Next in Thread]