mhonarc-commits
[Top] [All Lists]

CVS: mharc Makefile,1.28,1.29 NEWS,1.36,1.37

2002-09-14 20:45:09
Update of /cvsroot/mhonarc/mharc
In directory subversions:/tmp/cvs-serv16921

Modified Files:
	Makefile NEWS 
Log Message:
* Added conversion of mh-month-pack and mbox-month-pack POD to html.
* Copy various files into doc/file for use by docs.


Index: Makefile
===================================================================
RCS file: /cvsroot/mhonarc/mharc/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** Makefile	13 Sep 2002 07:39:41 -0000	1.28
--- Makefile	15 Sep 2002 03:45:05 -0000	1.29
***************
*** 30,34 ****
--- 30,36 ----
  COMPRESS_MBOXES	= ./bin/compress-mboxes
  FILTER_SPOOL	= ./bin/filter-spool
+ MBOX_MONTH_PACK = ./bin/mbox-month-pack
  MHA_CHECK	= ./bin/mhonarc-check
+ MH_MONTH_PACK   = ./bin/mh-month-pack
  MK_PROCMAILRC	= ./bin/mk-procmailrc
  READ_MAIL	= ./bin/read-mail
***************
*** 36,39 ****
--- 38,43 ----
  
  PRGS		= \
+ 		  $(MH_MONTH_PACK) \
+ 		  $(MBOX_MONTH_PACK) \
  		  $(FILTER_SPOOL) \
  		  $(APPLY_CONFIG) \
***************
*** 228,232 ****
  
  doc: _FORCE
! 	-(_at_)mkdir -p ./doc/bin ./doc/lib
  	@for i in $(PRGS); do \
  	  echo "processing $$i..." ; \
--- 232,236 ----
  
  doc: _FORCE
! 	-(_at_)mkdir -p ./doc/bin ./doc/lib ./doc/file
  	@for i in $(PRGS); do \
  	  echo "processing $$i..." ; \
***************
*** 247,250 ****
--- 251,260 ----
  	done
  	@$(RM) -f pod2htm*.x~~
+ 	$(CP) -f ./lib/common.mrc.in.dist ./doc/file/common.mrc.txt
+ 	$(CP) -f ./lib/config.sh.dist ./doc/file/config.sh.txt
+ 	$(CP) -f ./lib/lists.def.dist ./doc/file/lists.def.txt
+ 	$(CP) -f ./etc/apache.conf.in.dist ./doc/file/apache.conf.txt
+ 	$(CP) -f ./etc/crontab.in.dist ./doc/file/crontab.txt
+ 	$(CP) -f ./etc/.htaccess.in.dist ./doc/file/htaccess.txt
  	w3m -dump -cols 76 ./doc/install.html > INSTALL
  
***************
*** 252,256 ****
  	$(APPLY_CONFIG) -distclean -verbose
  	$(RM) -f $(CONFIG_SH) $(LIST_DEF) VERSION INSTALL
! 	$(RM) -rf ./dist ./doc/bin ./doc/lib
  
  clean: _FORCE
--- 262,266 ----
  	$(APPLY_CONFIG) -distclean -verbose
  	$(RM) -f $(CONFIG_SH) $(LIST_DEF) VERSION INSTALL
! 	$(RM) -rf ./dist ./doc/bin ./doc/lib ./doc/file
  
  clean: _FORCE

Index: NEWS
===================================================================
RCS file: /cvsroot/mhonarc/mharc/NEWS,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** NEWS	13 Sep 2002 07:41:09 -0000	1.36
--- NEWS	15 Sep 2002 03:45:05 -0000	1.37
***************
*** 1,10 ****
  ===========================================================================
! 2002/MM/DD: v0.X.X
  
  * doc/:
    . NEW: HTML documentation now exists, including documentation for
!     the scripts and modules and an updated and improved installation
      document.
  
  * bin/web-archive:
    . Added definition of $NMZ-SUBJECT-QUERY$ resource variable.  It
--- 1,14 ----
  ===========================================================================
! 2002/09/14: v0.6.2
  
  * doc/:
    . NEW: HTML documentation now exists, including documentation for
!     the scripts and modules and an updated, and improved, installation
      document.
  
+     Existing mharc users are encouraged to read through the new
+     documentation, especially the installation document, since some
+     helpful new information has been added.
+ 
  * bin/web-archive:
    . Added definition of $NMZ-SUBJECT-QUERY$ resource variable.  It
***************
*** 26,29 ****
--- 30,39 ----
      localization can be done for a language, see
      lib/mrc/_lang_en.mrc.in.dist.
+ 
+ * etc/apache.conf.in.dist, etc/.htaccess.in.dist:
+   . Added access denial to working/temporary ".newmail" file used by
+     filter-spool.
+   . apache.conf directives adjusted to separate cgi-bin into its own
+     Directory directive to provide better granularity of access.
  
  * lib/mrc/_lang_en.mrc.in.dist:

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