[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fix for src != build
From: |
Akim Demaille |
Subject: |
Fix for src != build |
Date: |
Wed, 25 Aug 2004 09:46:01 +0200 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Index: ChangeLog
from Akim Demaille <address@hidden>
* util/Makefile.am (texinfo.cat): Fix for srcdir != builddir.
Index: util/Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/Makefile.am,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile.am
--- util/Makefile.am 11 Jul 2004 01:02:35 -0000 1.13
+++ util/Makefile.am 25 Aug 2004 07:44:38 -0000
@@ -16,7 +16,7 @@
# Use `ginstall-info' in the definition of PROGRAMS and in dependencies
# because automake generates an install-info target in every Makefile (a
# bug, IMHO, but this is easier than patching Automake.)
-ginstall_info_SOURCES = install-info.c
+ginstall_info_SOURCES = install-info.c
# Transform `ginstall-info' to `install-info' before applying any
# user-specified name transformations.
@@ -32,11 +32,11 @@
# we don't actually use version.texi in the rule, but it's one way of
# noticing when the version changes.
texinfo.cat: texinfo-cat.in $(top_srcdir)/doc/version.texi
- sed 's/__VERSION__/@VERSION@/g' texinfo-cat.in >$@
+ sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in >$@
# Most of these are for fun. The only official/installed ones are the
# texi2* scripts.
-#
+#
EXTRA_DIST = README deref.c dir-example fix-info-dir fixfonts \
fixref.gawk gdoc gen-dir-node gendocs.sh gendocs_template infosrch \
install-info-html outline.gawk \
There is an incredible amount of trailing white spaces in the
sources. You might consider run this script over the repo?
Pass the files as arguments.
whitespace
Description: Binary data
- Fix for src != build,
Akim Demaille <=