I fired myself in the foot. DESTDIR must never be prepended to

xxxdir in Makefile.am...
This commit is contained in:
Jean-Paul Chaput 2004-09-27 23:03:57 +00:00
parent 0c2a1d61a8
commit dc21a34b37
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
SUBDIRS = genlib
pdfdir = $(DESTDIR)$(prefix)/doc/pdf
pdfdir = $(prefix)/doc/pdf
pdf_DATA = genlib.pdf
EXTRA_DIST = $(pdf_DATA) \

View File

@ -1,6 +1,6 @@
pkghtmldir = $(DESTDIR)$(prefix)/doc/html/@PACKAGE@
pkghtmldir = $(prefix)/doc/html/@PACKAGE@
pkghtml_DATA = \
./genlib.html \
./ref_genlib.html \