diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-03 20:30:13 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-03 20:30:13 +0000 |
commit | 609fa3e3654d98dceda0dbbec815f34c4b5b1f70 (patch) | |
tree | 4f659db9d3bb350dbcfdd2072909d0857073fb3e /Makefile | |
parent | 69cf1cafcd403331d9fbfb76977efb6101eef284 (diff) |
added README and LICENSE and cleaned up doc structure
svn path=/trunk/externals/pmpd/; revision=13367
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 || (\ |