diff Makefile @ 8850:538184c540a9

Add make target "configfiles" to automatically regenerate configuration files
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Tue, 24 Feb 2009 01:46:37 -0500
parents 8b7e448d989c
children eb63fbe60fab
line wrap: on
line diff
--- a/Makefile	Tue Feb 24 00:57:01 2009 -0500
+++ b/Makefile	Tue Feb 24 01:46:37 2009 -0500
@@ -30,6 +30,9 @@
 all: header-msg config-check
 	$(MAKE) -f octMakefile all
 
+configfiles: FORCE
+	$(MAKE) -f octMakefile configfiles
+
 $(TARGETS): FORCE
 	$(MAKE) -f octMakefile $@
 
@@ -103,6 +106,8 @@
 	@echo "  scripts              make all in subdirectory scripts"
 	@echo "  src                  make all in subdirectory src"
 	@echo ""
+	@echo "  configfiles          update the configuration files"
+	@echo ""
 	@echo "  help                 print this message"
 	@echo ""