File: patch

package info (click to toggle)
emacspeak 11.0-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,796 kB
  • ctags: 2,652
  • sloc: lisp: 25,857; sh: 856; makefile: 550; tcl: 474; perl: 266; cpp: 109
file content (20 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -ru ../../src-5.0/Makefile ./Makefile
--- ../../src-5.0/Makefile	Fri Nov 22 13:06:53 1996
+++ ./Makefile	Tue Dec  3 20:46:17 1996
@@ -321,6 +321,7 @@
 	@echo "See Makefile for instructions." 
 	@echo "Type make emacspeak.info for  the online  manual."
 	@echo "Type make print for a printed copy. "
+	make config CWD=$(libdir)
 
 print: emacspeak.texinfo
 	make emacspeak.dvi
@@ -378,7 +379,6 @@
 	else \
 	  echo '* Emacspeak:(emacspeak).  A speech interface to Emacs' >>$(infodir)/dir ;\
 	fi
-	make config CWD=$(libdir)
 	if test ! $(libdir) = $(CWD) ; then \
 	  if test ! -d $(libparentdir) ; then mkdir $(libparentdir); fi ; \
 	  if test ! -d $(libdir) ; then mkdir $(libdir); fi ; \