This commit is contained in:
Ryan C. Gordon 2002-06-28 06:04:25 +00:00
parent a5b01bc1f2
commit 372a3acd94
2 changed files with 9 additions and 6 deletions

View File

@ -94,10 +94,11 @@ EXTRA_DIST = \
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 @@ EXTRA_DIST = \
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

View File

@ -35,8 +35,10 @@ EXTRA_DIST = \
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