This is the mail archive of the guile-cvs@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

guile/guile-core/libguile Makefile.am Makefile ...


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	99/12/12 15:37:40

Modified files:
	guile-core/libguile: Makefile.am Makefile.in guile-snarf.in 
	                     snarf.h 
Added files:
	guile-core/libguile: guile-doc-snarf.awk guile-doc-snarf.in 

Log message:
	* snarf.h: Drop SCM_PROC, SCM_PROC1. Added extra output for
	guile-doc-snarf script.
	
	* guile-doc-snarf.in, guile-doc-snarf.awk: New, simple doc
	extraction system.  Builds foo.x, foo.doc from foo.{c,cc}.
	There are dependencies between these files and snarf.h.  This
	replaces guile-snarf.
	
	* guile-snarf.in: Drop everything after $$$ for the new snarf.h
	macros.  This is obsoleted by guile-doc-snarf, but kept here for
	now for good measure.
	
	* Makefile.am: Added guile-doc-snarf, guile-doc-snarf.awk to
	bin_SCRIPTS.  Added .doc to SUFFIXES, and give rule for creating
	.doc files to use guile-doc-snarf.  Update the rule for creating
	.x files to use guile-doc-snarf.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]