Update of /cvsroot/ap-python/python/docs
In directory usw-pr-cvs1:/tmp/cvs-serv29642/docs
Modified Files:
Makefile.am
Log Message:
Make __data__ and __version__ mean what they should mean. I18N. Fix distclean and uninstall targets.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/ap-python/python/docs/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.am 21 Jul 2002 10:28:21 -0000 1.7
--- Makefile.am 19 Aug 2002 16:45:37 -0000 1.8
***************
*** 33,36 ****
rm -r -f happydoc
! uninstall-local: happydoc-build.stamp
rm -f -r $(DOC_DIR)/aptk
--- 33,38 ----
rm -r -f happydoc
! distclean-local:
!
! uninstall-local:
rm -f -r $(DOC_DIR)/aptk
|