#*=====================================================================*/
#*    serrano/prgm/project/scribe/styles/Makefile                      */
#*    -------------------------------------------------------------    */
#*    Author      :  Manuel Serrano                                    */
#*    Creation    :  Sun Dec  9 13:44:22 2001                          */
#*    Last change :  Wed Nov 27 11:21:11 2002 (serrano)                */
#*    Copyright   :  2001-02 Manuel Serrano                            */
#*    -------------------------------------------------------------    */
#*    The Makefile to manage the Scribe styles directory.              */
#*=====================================================================*/

#*---------------------------------------------------------------------*/
#*    Population                                                       */
#*---------------------------------------------------------------------*/
STYLES		= abbrev api info manual web-book web web-move \
                  changelog acmproc latex-misc stdscribe slide \
                  tex-book-as-article letter french

STYLESMAN	= $(STYLES:%=%-man.scr)
POPULATION	= $(STYLES:%=%.scr) $(STYLESMAN) Makefile

#*---------------------------------------------------------------------*/
#*    Style files                                                      */
#*---------------------------------------------------------------------*/
styles-list:
	@ echo $(STYLES)

#*---------------------------------------------------------------------*/
#*    pop                                                              */
#*---------------------------------------------------------------------*/
pop:
	@ echo $(POPULATION:%=styles/%)

#*---------------------------------------------------------------------*/
#*    clean                                                            */
#*---------------------------------------------------------------------*/
clean:
	/bin/rm *~
