--- gnuplot-3.7.1p1.ORIG/debian/rules Thu Jan 11 17:13:16 2001 +++ gnuplot-3.7.1p1/debian/rules Thu Jan 11 18:33:43 2001 @@ -20,6 +20,8 @@ # which types of docs should be produced? DOCS = html ps info tutorial gpcard.ps +GP = gp+/plus.dvi gp+/plus.pdf + # arch-dependent configure-options # the only arch with a real svgalib is i386 @@ -30,11 +32,11 @@ endif build: build-stamp -build-stamp: +build-stamp: $(GP) dh_testdir # configure the stuff - ./configure --prefix=/usr --without-gnu-readline --without-lasergnu \ + ./configure --prefix=/usr --with-vflib --with-readline=gnu --without-lasergnu \ --with-png --without-gd --datadir="/usr/share/gnuplot" \ --mandir="/usr/share/man" --infodir="/usr/share/info" \ --libexecdir="/usr/lib/gnuplot" $(EXTRACONF) @@ -47,11 +49,19 @@ touch build-stamp +gp+/plus.dvi: gp+/plus.dvi.gz.uue + cd $(dir $@) && uudecode $(notdir $?) + gzip -d $(basename $?) + +gp+/plus.pdf: gp+/plus.pdf.gz.uue + cd $(dir $@) && uudecode $(notdir $?) + gzip -d $(basename $?) + clean: dh_testdir dh_testroot - rm -f build-stamp install-stamp + rm -f build-stamp install-stamp $(GP) # use the main Makefile to clean up -$(MAKE) distclean