Rev 23 | Rev 105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 23 | Rev 71 | ||
|---|---|---|---|
| Line 13... | Line 13... | ||
| 13 | 13 | ||
| 14 | DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) $(MAKE)  | 
            14 | DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) $(MAKE)  | 
          
| 15 | DEB_MAKE_INSTALL_TARGET = install BROOT=$(CURDIR)/debian/tmp  | 
            15 | DEB_MAKE_INSTALL_TARGET = install BROOT=$(CURDIR)/debian/tmp  | 
          
| 16 | DEB_INSTALL_CHANGELOGS_ALL = docs/DONE  | 
            16 | DEB_INSTALL_CHANGELOGS_ALL = docs/DONE  | 
          
| 17 | DEB_DH_INSTALL_SOURCEDIR = debian/tmp  | 
            17 | DEB_DH_INSTALL_SOURCEDIR = debian/tmp  | 
          
| - | 18 | DEB_INSTALL_MANPAGES_prayer = "--language=C"  | 
          |