blah.
This commit is contained in:
parent
a5b01bc1f2
commit
372a3acd94
|
@ -94,10 +94,11 @@ EXTRA_DIST = \
|
||||||
platform/skeleton.c \
|
platform/skeleton.c \
|
||||||
platform/macclassic.c \
|
platform/macclassic.c \
|
||||||
platform/win32.c \
|
platform/win32.c \
|
||||||
docs \
|
|
||||||
extras/physfsrwops.h \
|
extras/physfsrwops.h \
|
||||||
extras/physfsrwops.c \
|
extras/physfsrwops.c \
|
||||||
extras/physfshttpd.c \
|
extras/physfshttpd.c \
|
||||||
|
Makefile.am.oldautomake \
|
||||||
|
Makefile.am.newautomake \
|
||||||
$(ZLIB_EXTRADIST) $(BEOS_EXTRADIST) $(TEST_EXTRADIST)
|
$(ZLIB_EXTRADIST) $(BEOS_EXTRADIST) $(TEST_EXTRADIST)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
@ -132,14 +133,14 @@ EXTRA_DIST = \
|
||||||
Doxyfile \
|
Doxyfile \
|
||||||
CWProjects.sit \
|
CWProjects.sit \
|
||||||
physfs.dsp \
|
physfs.dsp \
|
||||||
test_physfs.dsp \
|
test_physfs.dsp
|
||||||
docs
|
|
||||||
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
dist-hook:
|
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 "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 " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README
|
||||||
echo >> $(distdir)/docs/README
|
echo >> $(distdir)/docs/README
|
||||||
|
|
|
@ -35,8 +35,10 @@ EXTRA_DIST = \
|
||||||
CWProjects.sit \
|
CWProjects.sit \
|
||||||
physfs.dsp \
|
physfs.dsp \
|
||||||
test_physfs.dsp \
|
test_physfs.dsp \
|
||||||
docs
|
|
||||||
|
|
||||||
dist-hook:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue