changeset 5759:32203f981219 octave-forge

Remove "/%" from the pattern match rule.
author jmencisom
date Mon, 15 Jun 2009 05:31:54 +0000
parents 55ac001e6544
children 0b1b67486b3a
files language/es_CO/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/language/es_CO/Makefile	Mon Jun 15 05:07:56 2009 +0000
+++ b/language/es_CO/Makefile	Mon Jun 15 05:31:54 2009 +0000
@@ -4,14 +4,14 @@
 # Set this extension to the same as the language extension in src/help.cc
 EXT=es_CO
 
-pre-pkg/%::
+pre-pkg::
 	@cp ../base/src/help.icc src/
 	if [ ! -e inst/ ]; then \
 	  mkdir inst/; \
 	fi; \
 	find help -name "*.$(EXT)" -exec cp {} inst/ \; 
 
-post-pkg/%::
+post-pkg::
 	@rm -f inst/*.$(EXT) src/help.icc; \
 	if [ -z $$(ls -1A inst/) ]; then \
 	  rmdir inst/; \