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

#*---------------------------------------------------------------------*/
#*    Population                                                       */
#*---------------------------------------------------------------------*/
POPULATION=abbrev.scr api.scr info.scr manual.scr web-book.scr web.scr \
           web-move.scr changelog.scr acmproc.scr latex-misc.scr \
           stdscribe.scr \
           Makefile 

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

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