mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc dev.mk,2.6,2.7

2003-05-19 02:37:58
Update of /cvsroot/mhonarc/mhonarc/MHonArc
In directory subversions:/tmp/cvs-serv10578

Modified Files:
	dev.mk 
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: dev.mk
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/dev.mk,v
retrieving revision 2.6
retrieving revision 2.7
diff -C2 -r2.6 -r2.7
*** dev.mk	4 Jan 2003 04:44:21 -0000	2.6
--- dev.mk	19 May 2003 09:37:12 -0000	2.7
***************
*** 6,10 ****
  .PHONY: release code-check version-check \
  	release-prep installation-doc pod2man relnotes autodoc \
! 	bugs clean
  
  TOP     = .
--- 6,10 ----
  .PHONY: release code-check version-check \
  	release-prep installation-doc pod2man relnotes autodoc \
! 	bugs clean clean_local distclean
  
  TOP     = .
***************
*** 105,110 ****
  
  
! clean:
  	$(RM) -rf $(DIST_DIR) Makefile
  
  ##-----------------------------------------------------------------------##
--- 105,114 ----
  
  
! clean: clean_subdirs clean_local
! 
! clean_local:
  	$(RM) -rf $(DIST_DIR) Makefile
+ 
+ distclean: distclean_subdirs clean_local
  
  ##-----------------------------------------------------------------------##

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