mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/extras/mha-mhedit Makefile,1.1,1.2

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

Modified Files:
	Makefile 
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: Makefile
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/extras/mha-mhedit/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile	13 Dec 2002 07:24:06 -0000	1.1
--- Makefile	19 May 2003 09:37:13 -0000	1.2
***************
*** 28,33 ****
  code-check: perl_syntax
  
! clean:
  	$(RM) -f pod2htm* mha-mhedit.html
  
  ##-----------------------------------------------------------------------##
--- 28,37 ----
  code-check: perl_syntax
  
! clean: clean_local
! 
! clean_local:
  	$(RM) -f pod2htm* mha-mhedit.html
+ 
+ distclean: clean_local
  
  ##-----------------------------------------------------------------------##

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