ports/devel/cedet/files/patch-srecode-Makefile
Marcus von Appen ec4cb63ce5 - Fix conflicting info files with editors/emacs
Reported by:	marino via IRC
2013-04-23 15:33:16 +00:00

20 lines
567 B
Text

--- srecode/Makefile.orig 2013-04-21 16:46:26.000000000 +0200
+++ srecode/Makefile 2013-04-21 16:46:51.000000000 +0200
@@ -29,7 +29,7 @@
-all: autoloads lang srecode srecode.info tests document templates
+all: autoloads lang srecode srecode-cedet.info tests document templates
.PHONY: autoloads
autoloads:
@@ -62,7 +62,7 @@
@echo "(setq debug-on-error t)" >> $@-compile-script
"$(EMACS)" $(EMACSFLAGS) -l $@-compile-script -f batch-byte-compile $^
-srecode.info: $(doc_TEXINFOS)
+srecode-cedet.info: $(doc_TEXINFOS)
$(MAKEINFO) $<
.PHONY: tests