aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-03 20:30:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-03 20:30:13 +0000
commit609fa3e3654d98dceda0dbbec815f34c4b5b1f70 (patch)
tree4f659db9d3bb350dbcfdd2072909d0857073fb3e /Makefile
parent69cf1cafcd403331d9fbfb76977efb6101eef284 (diff)
added README and LICENSE and cleaned up doc structure
svn path=/trunk/externals/pmpd/; revision=13367
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index af5b760..9995785 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ PDOBJECTS =
# if you want to include any other files in the source and binary tarballs,
# list them here. This can be anything from header files, READMEs, example
# patches, documentation, etc.
-EXTRA_DIST = pmpd.c pmpd.pdf pmpd.sxw
+EXTRA_DIST = pmpd.c pmpd.pdf pmpd.sxw README.txt LICENSE.txt
@@ -179,9 +179,8 @@ install-doc:
$(INSTALL_FILE) $(PDOBJECTS:.pd=-help.pd) \
$(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
# this is the only bit not really handled well...
- $(INSTALL_FILE) README $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/README.txt
- $(INSTALL_FILE) VERSION $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/VERSION.txt
- $(INSTALL_FILE) CHANGES $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/CHANGES.txt
+ $(INSTALL_FILE) README.txt $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/README.txt
+ $(INSTALL_FILE) LICENSE.txt $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/LICENSE.txt
install-examples:
test ! -d examples || (\