mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/etc rules.mk,1.4,1.5 tar-exclude,1.4,1.5

2003-05-19 02:38:01
Update of /cvsroot/mhonarc/mhonarc/MHonArc/etc
In directory subversions:/tmp/cvs-serv10578/etc

Modified Files:
	rules.mk tar-exclude 
Log Message:
* Reorganization of maintaining character mappings.  Mapping source
  files used to create character hash tables will now be part of
  CVS (it took me some time to rediscover which character tables I
  initially used).  The .pm files have been removed since they will
  be autogenerated from the mapping files via make.

* During the reorganization, some character mapping bugs have been
  corrected.  The new management structure should make it easier to
  make any mapping corrections along with making outside contributions
  easier.

* The map2hash script is used for parsing character mapping databases
  into Perl modules.

* The source mapping databases are stored in bzip2 format to
  conserve space.  The databases should be fairly stable.


Index: rules.mk
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/etc/rules.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** rules.mk	18 Dec 2002 05:55:22 -0000	1.4
--- rules.mk	19 May 2003 09:37:13 -0000	1.5
***************
*** 7,11 ****
  _rules_mk:=1
  
! .PHONY: perlsyntax make_subdirs clean_subdirs
  
  ## Check syntax of perl source.
--- 7,11 ----
  _rules_mk:=1
  
! .PHONY: perlsyntax make_subdirs clean_subdirs distclean_subdirs
  
  ## Check syntax of perl source.
***************
*** 27,30 ****
--- 27,38 ----
  	  do ( \
  	    cd $$i && $(MAKE) -w clean; \
+ 	  ); \
+ 	done
+ 
+ ## Clean sub-directorys
+ distclean_subdirs:
+ 	$(V)for i in $(SUBDIRS); \
+ 	  do ( \
+ 	    cd $$i && $(MAKE) -w distclean; \
  	  ); \
  	done

Index: tar-exclude
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/etc/tar-exclude,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** tar-exclude	28 May 2002 05:25:19 -0000	1.4
--- tar-exclude	19 May 2003 09:37:13 -0000	1.5
***************
*** 4,5 ****
--- 4,6 ----
  ./etc/tar-exclude
  ./etc/version-check.pl
+ ./lib/MHonArc/ucm

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV