From d29cf8c7d97ad917f2636a4a8cb626949aef4115 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 4 Jan 2003 23:35:19 +0000 Subject: [PATCH] Hack for physfs_rb install. --- Makefile.am.newautomake | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am.newautomake b/Makefile.am.newautomake index 2447cf68..60b6d8dc 100644 --- a/Makefile.am.newautomake +++ b/Makefile.am.newautomake @@ -142,4 +142,5 @@ dist-hook: echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README echo >> $(distdir)/docs/README + rm -rf `find $(distdir)/extras/physfs_rb -name "CVS" -type d`