help-zile
[Top][All Lists]
Advanced

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

[zile-devel] 2.0.5 portability fixes


From: Christian Weisgerber
Subject: [zile-devel] 2.0.5 portability fixes
Date: Mon, 23 May 2005 22:22:25 +0200
User-agent: Mutt/1.4.2.1i

* Using $< in a non-suffix rule context is a GNU make extension.
* The direntry in the .texi file needs to be closer to the top,
  otherwise install-info will not recognize it.

(I'm not subscribed to zile-devel.)

--- doc/Makefile.in.orig        Mon May 23 21:12:21 2005
+++ doc/Makefile.in     Mon May 23 21:12:48 2005
@@ -478,7 +478,7 @@ uninstall-am: uninstall-info-am uninstal
 
 
 HELP: $(top_srcdir)/doc/zile.texi
-       makeinfo --no-header --no-split -I$(top_srcdir)/doc $< >>$@
+       makeinfo --no-header --no-split -I$(top_srcdir)/doc $? >>$@
 
 mkdoc$(EXEEXT_FOR_BUILD): mkdoc.o config.h
        $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ mkdoc.o
@@ -495,7 +495,7 @@ zilerc.texi: zilerc.sample
        @echo "@c Automatically generated file: NO DOT EDIT!" >$@
        @echo "@setfilename zilerc.info" >>$@
        @echo "@example" >>$@
-       expand $< >>$@
+       expand $? >>$@
        @echo "@end example" >>$@
 
 all-local: HELP AUTODOC
--- doc/zile.texi.orig  Mon May 23 21:36:18 2005
+++ doc/zile.texi       Mon May 23 21:36:43 2005
@@ -2,6 +2,11 @@
 @setfilename zile.info
 @settitle The Zile Manual
 
address@hidden Text editors
address@hidden
+* Zile: (zile).                 Zile emacs clone text editor.
address@hidden direntry
+
 @c If "finalout" is commented out, the printed output will show
 @c black boxes that mark lines that are too long.  Thus, it is
 @c unwise to comment it out when running a master in case there are
@@ -18,11 +23,6 @@
 @subtitle Edition 2.0 for Zile version 2.0
 @subtitle December 2004
 @author Sandro Sigala and Reuben Thomas
-
address@hidden Text editors
address@hidden
-* Zile: (zile).                 Zile emacs clone text editor.
address@hidden direntry
 
 @page
 @vskip 0pt plus 1filll
--- src/Makefile.in.orig        Mon May 23 21:09:34 2005
+++ src/Makefile.in     Mon May 23 21:09:57 2005
@@ -717,7 +717,7 @@ uninstall-man: uninstall-man1
 
 zile.1: zile.1.in
        rm -f $@
-       sed s+'@'address@hidden(pkgdatadir)+g $< > $@
+       sed s+'@'address@hidden(pkgdatadir)+g $? > $@
 
 clean-local:
        rm -f zile.1
-- 
Christian "naddy" Weisgerber                          address@hidden



reply via email to

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