Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > main > by-pkgid > 6c1629ca18f6adf273e73d0f5069fa8c > files > 120

Borges-doc-0.7.12-1mdk.noarch.rpm


author.xml: author.xml.in
	@if [ ! -e $@ ]; then \
		echo ;\
		echo " **********************************************************"; \
		echo " Please edit conf/author.xml with your favorite text editor."; \
		echo " Supply the needed information in it."; \
		echo " (Contact the project manager in case of problem)"; \
		echo " **********************************************************"; \
		echo ;\
		cp $< $@; \
		make -C ../ Makefile.include; \
	elif  [ $< -nt $@ ]; then \
		echo ;\
		echo " **********************************************************"; \
		echo " The format of file conf/author.xml has changed. Please open it with your favorite text editor."; \
		echo " Then ensure to synchronize it with the structure of conf/author.xml.in."; \
		echo " (Contact the project manager in case of problem)"; \
		echo " **********************************************************"; \
		echo ; \
		exit 1; \
	fi