aboutsummaryrefslogtreecommitdiff
path: root/src/etc
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-14 12:54:34 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-14 12:54:34 +0000
commit10cd97a298c18dc744ecf74b7e3fb1666537371e (patch)
tree05baa4e16c9ad6e4051390a10a8e7a99fb477008 /src/etc
parentab8cc85adde879fb963c94d15675783f2cf4b183 (diff)
downloadopen-axiom-10cd97a298c18dc744ecf74b7e3fb1666537371e.tar.gz
* Makefile.pamphlet ($(axiom_targetdir)/algebra/*.daase): Don't
copy gloss.text. Don't copy topics.data twice. * Makefile.in: Regenerate.
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/ChangeLog6
-rw-r--r--src/etc/Makefile.in3
-rw-r--r--src/etc/Makefile.pamphlet3
3 files changed, 6 insertions, 6 deletions
diff --git a/src/etc/ChangeLog b/src/etc/ChangeLog
index ebd9e762..223ab96f 100644
--- a/src/etc/ChangeLog
+++ b/src/etc/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-14 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * Makefile.pamphlet ($(axiom_targetdir)/algebra/*.daase): Don't
+ copy gloss.text. Don't copy topics.data twice.
+ * Makefile.in: Regenerate.
+
2007-05-08 Gabriel Dos Reis <gdr@cs.tamu,edu>
* Makefile.pamphlet (<<axiomcmd>>): Remove.
diff --git a/src/etc/Makefile.in b/src/etc/Makefile.in
index 9827e8f3..f67bc3a7 100644
--- a/src/etc/Makefile.in
+++ b/src/etc/Makefile.in
@@ -22,9 +22,6 @@ stamp: $(axiom_targetdir)/algebra/*.daase $(axiom_target_bindir)/asq$(EXEEXT) \
$(axiom_targetdir)/algebra/*.daase: ../algebra/*.NRLIB/code.$(OBJEXT)
@ echo 4 rebuilding databases...
- @ $(INSTALL_DATA) $(axiom_src_docdir)/gloss.text ../algebra
- @ $(INSTALL_DATA) $(axiom_src_docdir)/gloss.text ../algebra
- @ $(INSTALL_DATA) $(axiom_src_docdir)/topics.data ../algebra
@ $(INSTALL_DATA) $(axiom_src_docdir)/topics.data ../algebra
@ (cd ../algebra ; \
echo ')lisp (make-databases "" nil)' | ${INTERPSYS} )
diff --git a/src/etc/Makefile.pamphlet b/src/etc/Makefile.pamphlet
index 20689347..e8efe4af 100644
--- a/src/etc/Makefile.pamphlet
+++ b/src/etc/Makefile.pamphlet
@@ -27,9 +27,6 @@ be re-built.
<<dbcomplete>>=
$(axiom_targetdir)/algebra/*.daase: ../algebra/*.NRLIB/code.$(OBJEXT)
@ echo 4 rebuilding databases...
- @ $(INSTALL_DATA) $(axiom_src_docdir)/gloss.text ../algebra
- @ $(INSTALL_DATA) $(axiom_src_docdir)/gloss.text ../algebra
- @ $(INSTALL_DATA) $(axiom_src_docdir)/topics.data ../algebra
@ $(INSTALL_DATA) $(axiom_src_docdir)/topics.data ../algebra
@ (cd ../algebra ; \
echo ')lisp (make-databases "" nil)' | ${INTERPSYS} )