mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
20 lines
567 B
Text
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
|