Hey, ACCEPTING, but just curious: 3 # generate documentation unless nodoc requested 4 ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) 5 DOCS = README.html README.txt 6 endif .. but doesn't dh_installdocs do the right thing in the presence/lack of nodoc? /lamby