X-Git-Url: https://git.distorted.org.uk/~mdw/mdwtools/blobdiff_plain/d3d35d4b9cd15420d2111264dab1977517b1d02e..6d44932aa5c1786d1feb36ff0cb2b3402177b40d:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index dc039ce..9ca06e4 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -78,7 +78,8 @@ define(`run_latex', `latex "\def\indexing{n} \nonstopmode \input $<" $(DVI): gpl.tex $(OBJ) mdwtools.tex -$(OBJ): $(SRC) mdwtools.ins +$(wordlist 2,$(words $(OBJ)),$(OBJ)): $(firstword $(OBJ)) +$(firstword $(OBJ)): $(SRC) mdwtools.ins tex mdwtools.ins EXTRA_DIST = $(SRC) $(AUX) $(DVI) $(OBJ) $(PS) mdwtools.ins Makefile.m4 @@ -94,6 +95,9 @@ dist-hook:: echo $(VERSION) >$(distdir)/RELEASE EXTRA_DIST += auto-version +EXTRA_DIST += debian/changelog debian/control debian/copyright debian/compat +EXTRA_DIST += debian/rules + .PHONY: dvi ##----- That's all, folks ---------------------------------------------------