~ubuntu-branches/ubuntu/edgy/libcdk5/edgy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2005-08-13 18:01:16 UTC
  • Revision ID: james.westby@ubuntu.com-20050813180116-7ocmcybv3cyrrc2x
Tags: 5.0.20050424-2
Call ./configure properly even if not executable.  Closes: #322977.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
libdir          = $(DESTDIR)@libdir@
62
62
mandir          = $(DESTDIR)@mandir@
63
63
 
64
 
DOCUMENT_DIR    = @prefix@/doc/cdk
 
64
DOCUMENT_DIR    = $(prefix)/doc/cdk
65
65
INCLUDE_DIR     = $(includedir)/cdk
66
66
LIB_DIR         = $(libdir)
67
67
MAN_DIR         = $(mandir)/man3
456
456
$(DOCUMENT_DIR) \
457
457
$(INCLUDE_DIR) \
458
458
$(LIB_DIR) \
459
 
$(MAN_DIR) : ; $(srcdir)/mkdirs.sh $@
 
459
$(MAN_DIR) : ; #$(srcdir)/mkdirs.sh $@
460
460
 
461
461
#
462
462
# Files generated from templates: