[Mockpp-commits] mockpp/mockpp/examples/tutorial Makefile.am,1.22,1.23
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-05-07 17:01:05
|
Update of /cvsroot/mockpp/mockpp/mockpp/examples/tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5936/mockpp/examples/tutorial Modified Files: Makefile.am Log Message: cleanup Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/Makefile.am,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- Makefile.am 7 May 2005 12:44:33 -0000 1.22 +++ Makefile.am 7 May 2005 17:00:57 -0000 1.23 @@ -79,12 +79,12 @@ install-data-hook: $(mkdir_p) $(htmldir)/tutorial - cp -pR html $(htmldir)/tutorial + $(INSTALL) html/* $(htmldir)/tutorial # Automake's "distcheck" is sensitive to having files left over # after "make uninstall", so we have to clean up the install hook. uninstall-local: - rm -rf $(htmldir) + rm -rf $(htmldir)/tutorial ################################################################# |