blah.
--- a/Makefile.am.newautomake Fri Jun 28 05:59:14 2002 +0000
+++ b/Makefile.am.newautomake Fri Jun 28 06:04:25 2002 +0000
@@ -94,10 +94,11 @@
platform/skeleton.c \
platform/macclassic.c \
platform/win32.c \
- docs \
extras/physfsrwops.h \
extras/physfsrwops.c \
extras/physfshttpd.c \
+ Makefile.am.oldautomake \
+ Makefile.am.newautomake \
$(ZLIB_EXTRADIST) $(BEOS_EXTRADIST) $(TEST_EXTRADIST)
else
@@ -132,14 +133,14 @@
Doxyfile \
CWProjects.sit \
physfs.dsp \
- test_physfs.dsp \
- docs
+ test_physfs.dsp
endif
+
dist-hook:
- rm -rf $(distdir)/docs/*
+ mkdir $(distdir)/docs
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
--- a/Makefile.am.oldautomake Fri Jun 28 05:59:14 2002 +0000
+++ b/Makefile.am.oldautomake Fri Jun 28 06:04:25 2002 +0000
@@ -35,8 +35,10 @@
CWProjects.sit \
physfs.dsp \
test_physfs.dsp \
- docs
dist-hook:
- rm -rf $(distdir)/docs/*
+ mkdir $(distdir)/docs
+ 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