|
Lines 121-127
Link Here
|
| 121 |
download_wget = $(WGET) -N -nd -T 300 -t 5 -P $(dir $@) |
121 |
download_wget = $(WGET) -N -nd -T 300 -t 5 -P $(dir $@) |
| 122 |
|
122 |
|
| 123 |
subst_manpage = $(SED) 's|[@]PACKAGE_STRING[@]|$(PACKAGE_STRING)|g;s|[@]docdir[@]|$(docdir)|g' |
123 |
subst_manpage = $(SED) 's|[@]PACKAGE_STRING[@]|$(PACKAGE_STRING)|g;s|[@]docdir[@]|$(docdir)|g' |
| 124 |
srctar_stdout = cd $(top_srcdir) >/dev/null && $(SHELL) ./missing --run tar chof - |
124 |
srctar_stdout = cd $(top_srcdir) >/dev/null && $(TAR) chof - |
| 125 |
|
125 |
|
| 126 |
# If maintainer mode is enabled, always check the remote locations |
126 |
# If maintainer mode is enabled, always check the remote locations |
| 127 |
# of the tag files for updates when building the default target. |
127 |
# of the tag files for updates when building the default target. |