X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=Makefile.in;h=2ae53cafda62955b2dfc6a692aba0b986097ead3;hp=24e9cb724c327f8da894c51cf23a74fb891413dc;hb=3f438031d610c7e15fd33876a879b97e290e05fb;hpb=447db08c956099b3b183886729108bf5b364c4b8 diff --git a/Makefile.in b/Makefile.in index 24e9cb72..2ae53caf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -41,6 +41,8 @@ depend:: distdepend:: @$(MAKE) update_spec_version @$(MAKE_SUBDIR) + @cd po ; $(MAKE) generate_potfiles_in + TAGS:: tags tags:: @$(MAKE_SUBDIR) @@ -60,7 +62,7 @@ tar:: $(MAKE) configure ; \ $(MAKE) distdepend ; \ NAME=`sed -n \ - 's/[^0-9]*\([0-9]\.[0-9][0-9]*b\?[0-9]*\).*/xscreensaver-\1/p' \ + 's/[^0-9]*\([0-9]\.[0-9][0-9]*[0-9]*\).*/xscreensaver-\1/p' \ utils/version.h` ; \ rm -rf $$NAME ; ln -s . $$NAME ; \ FILES= ; \ @@ -88,6 +90,7 @@ tar:: # configure:: autoconf + autoheader @TMP=configure.$$$$ ; \ echo "munging configure's --help message..." ; \ ( perl -e ' \ @@ -112,6 +115,8 @@ configure:: --x-includes=DIR X include files are in DIR\n \ --x-libraries=DIR X library files are in DIR/m; \ \ + s@mandir=.\$${prefix}/man.@mandir=\\\$${datadir}/man@; \ + \ print;' \ < configure \ > $$TMP && \