aboutsummaryrefslogtreecommitdiff
path: root/src/etc/Makefile.in
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/Makefile.in
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/Makefile.in')
-rw-r--r--src/etc/Makefile.in3
1 files changed, 0 insertions, 3 deletions
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} )