X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=8114d0bc4baea08251e7b0285ea1cc1972827727;hb=747a1435ec35ebac24e9e321e6b3b4afcc2bea7b;hp=3e48fc1fc28d45926a35493f2fa115d935532d3e;hpb=abb4f72db0baf9bc9fa01664ca4f45b17d47fadf;p=debbugs.git diff --git a/Makefile b/Makefile index 3e48fc1..8114d0b 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ PERL ?= /usr/bin/perl # Some tests need to run under an UTF-8 locale. UTF8_LOCALE ?= C.UTF-8 -all: build test +all: build build: $(PERL) Makefile.PL @@ -49,10 +49,8 @@ clean: install: install_mostfiles # install basic debbugs documentation - $(install_data) COPYING UPGRADE README debian/README.mail $(doc_dir) - - # configure debbugs - $(sbin_dir)/debbugsconfig + $(install_data) COPYING UPGRADE README.md debian/README.mail $(doc_dir) + $(MAKE) -f Makefile.perl install DESTDIR=$(DESTDIR) install_mostfiles: # create the directories if they aren't there