[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Makefile restructuring
From: |
Samuel Wales |
Subject: |
Re: [O] Makefile restructuring |
Date: |
Sat, 21 Apr 2012 06:08:38 -0700 |
On 2012-04-21, Bastien <address@hidden> wrote:
> Please test this and report any problem while using make
> to install Org.
I cannot report in a full way now, but Org does not make at all for me
now. I do make cleanall and then make normally.
Hope it helps despite the lack of a full report. I am reverting to a
previous Org now.
The first problem is that it now seems to expect texi2pdf. I can't
get it for OS configuration reasons that I cannot fix. This was never
a problem before.
I tried the following patch, but it did not cause install.elc to be
created. So maybe this is a bad fix or maybe there are other
problems.
Modified default.mk
diff --git a/default.mk b/default.mk
index 45e6fbf..7d0509c 100644
--- a/default.mk
+++ b/default.mk
@@ -61,7 +61,7 @@ ELCDIR = $(BATCH) \
ELC = $(BATCH) -f batch-byte-compile
# How to make a pdf file from a texinfo file
-TEXI2PDF = texi2pdf --batch --clean
+TEXI2PDF = echo would do texi2pdf --batch --clean
# How to make a pdf file from a tex file
PDFTEX = pdftex
- Re: [O] Makefile restructuring, Bastien, 2012/04/21
- Re: [O] Makefile restructuring, suvayu ali, 2012/04/21
- Re: [O] Makefile restructuring,
Samuel Wales <=
- Re: [O] Makefile restructuring, Achim Gratz, 2012/04/21
- Re: [O] Makefile restructuring, suvayu ali, 2012/04/22
- Re: [O] Makefile restructuring, Achim Gratz, 2012/04/22
- Re: [O] Makefile restructuring, suvayu ali, 2012/04/23
- Re: [O] Makefile restructuring, Mike McLean, 2012/04/23
- Re: [O] Makefile restructuring, Achim Gratz, 2012/04/24