~ubuntu-branches/ubuntu/wily/mdds/wily-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2011-09-26 23:16:31 UTC
  • Revision ID: package-import@ubuntu.com-20110926231631-azqj55grt79hb164
Tags: 0.5.3-3
* rm -f VERSION example/Makefile misc/mdds.spec (closes: #643215) 
* don't let Makefile install stuff into /usr/share/doc/mdds 

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        install -m 644 -t $(DESTDIR)@includedir@/mdds $(INCDIR)/mdds/*.hpp
161
161
        install -m 644 -t $(DESTDIR)@includedir@/mdds $(INCDIR)/mdds/*.inl
162
162
        install -m 644 -t $(DESTDIR)@includedir@/mdds/hash_container $(INCDIR)/mdds/hash_container/*.hpp
163
 
        install -m 644 -t $(DESTDIR)@docdir@ AUTHORS COPYING NEWS README VERSION
164
163
 
165
164
check: $(ALL_TESTS)
166
165