Skip to content

Commit

Permalink
blah.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 28, 2002
1 parent a5b01bc commit 372a3ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Makefile.am.newautomake
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions Makefile.am.oldautomake
Expand Up @@ -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

0 comments on commit 372a3ac

Please sign in to comment.