Skip to content

Commit

Permalink
fixed: don't install README and other doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
bob.loosen committed Oct 27, 2010
1 parent 1192340 commit 6f0d1a7
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
## Process this file with automake to produce Makefile.in
## Created by Anjuta

SUBDIRS = src

boblightddocdir = ${prefix}/doc/boblightd
boblightddoc_DATA = \
README\
COPYING\
AUTHORS\
ChangeLog\
INSTALL\
NEWS


EXTRA_DIST = $(boblightddoc_DATA) \
$(libboblight_HEADERS)
EXTRA_DIST = $(libboblight_HEADERS)

libboblight_HEADERS = \
src/lib/boblight.h\
src/lib/boblight-functions.h

libboblightdir = \
$(prefix)/include/libboblight
libboblightdir = $(prefix)/include/libboblight

# Remove doc directory on uninstall
uninstall-local:
-rm -r $(boblightddocdir)

0 comments on commit 6f0d1a7

Please sign in to comment.