axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Ping: file removals


From: Waldek Hebisch
Subject: Re: [Axiom-developer] Ping: file removals
Date: Tue, 7 Nov 2006 20:22:10 +0100 (CET)

Gabriel Dos Reis wrote:
> | files created during build process, but version from repo is referenced
> | form Makefiles ('src/algebra/libdb.text' is unused in build-improvements):
> |  src/algebra/libdb.text
> |  src/hyper/pages/ht.db
> |  src/share/algebra/gloss.text
> 
> those "clearly" are bugs.  We should reference those created during
> the build process.  And those from repo should go away.
>

After re-checking I have found out that both 'src/algebra/libdb.text'
and 'src/hyper/pages/ht.db' are not referenced from build improvements
Makefiles.  ATM I withdraw proposal to remove 'src/share/algebra/gloss.text',
pending extra investigation.
 
> | duplicate, referenced from Makefile (removal needs Makefile changes):
> |  src/share/doc/hypertex/pages/util.ht
> 
> Unless I'm misremebring, someone suggested that there might a slight
> difference in content with its duplicate.  If that is correct, it
> would be good to merge the content (with expalanation as usual) and
> remove it.
> 

Actually, ATM both copies of 'util.ht' are in sync.  The following
patch removes reomves all references to 'src/share/doc/hypertex/pages/util.ht'
from the makefiles, allowing removal of 'src/share/doc/hypertex':

diff -ru build-improvements.bb/src/share/Makefile.pamphlet 
build-improvements/src/share/Makefile.pamphlet
--- build-improvements.bb/src/share/Makefile.pamphlet   2006-11-05 
13:54:52.000000000 +0100
+++ build-improvements/src/share/Makefile.pamphlet      2006-11-05 
14:22:29.000000000 +0100
@@ -10,18 +10,6 @@
 \eject
 \tableofcontents
 \eject
-\section{util.ht}
-This file is the magic 'first page' that gets displayed when
-Hyperdoc starts. There is a macro (see [[./doc/hypertex/pages/util.ht]])
-called /localinfo which is intended to allow the luser to add
-her own pages without modifying the system copies. 
-<<util.ht>>=
-${HYPER}/util.ht: ${IN}/doc/hypertex/pages/util.ht
-       @ echo 1 making $@ from $<
-       $(mkinstalldirs) $(HYPER)
-       @ $(INSTALL_DATA) ${IN}/doc/hypertex/pages/util.ht ${HYPER}
-
-@
 \section{command.list}
 The [[command.list]] file contains command completion strings used by
 the [[clef]] command line editor function. In the NAG version this 
@@ -36,11 +24,10 @@
 
 <<*>>=
 IN=$(axiom_src_srcdir)/share
-HYPER=$(axiom_target_datadir)/hypertex/pages
 
 subdir = src/share/
 
-FILES=${HYPER}/util.ht $(axiom_target_libdir)/command.list
+FILES=$(axiom_target_libdir)/command.list
 
 all: all-ax
 
@@ -53,7 +40,6 @@
 clean-local: mostlyclean-local
 distclean-local: clean-local
 
-<<util.ht>>
 <<command.list>>
 @
 \eject


-- 
                              Waldek Hebisch
address@hidden 




reply via email to

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