Update of /cvsroot/ap-python/python/docs
In directory usw-pr-cvs1:/tmp/cvs-serv528
Modified Files:
Makefile.am
Log Message:
Fix make clean target.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/ap-python/python/docs/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.am 14 May 2002 15:12:20 -0000 1.6
--- Makefile.am 21 Jul 2002 10:28:21 -0000 1.7
***************
*** 1,9 ****
EXTRA_DIST = mapping.html
if HAVE_HAPPYDOC
if ENABLE_APTK
- DOC_DIR=$(datadir)/doc/alsaplayer
-
all-local: happydoc-build.stamp
--- 1,8 ----
EXTRA_DIST = mapping.html
+ DOC_DIR=$(datadir)/doc/alsaplayer
if HAVE_HAPPYDOC
if ENABLE_APTK
all-local: happydoc-build.stamp
***************
*** 27,32 ****
fi)
! uninstall-local: happydoc-build.stamp
! rm -f -r $(DOC_DIR)/aptk
clean-local:
--- 26,31 ----
fi)
! endif
! endif
clean-local:
***************
*** 34,37 ****
rm -r -f happydoc
! endif
! endif
--- 33,36 ----
rm -r -f happydoc
! uninstall-local: happydoc-build.stamp
! rm -f -r $(DOC_DIR)/aptk
|