kopia lustrzana https://gitlab.com/sane-project/backends
Remove unneeded distclean-local target in po/
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>merge-requests/1/head
rodzic
fc69168373
commit
9756524042
|
@ -1,3 +1,6 @@
|
|||
2010-04-02 Chris Bagwell <chris at cnpbagwell dot com>
|
||||
* po/Makefile.am: Remove unneeded distclean-local target.
|
||||
|
||||
2010-03-25 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/kvs1025.c: compile fix
|
||||
|
||||
|
|
|
@ -66,9 +66,6 @@ clean-local:
|
|||
rm -f *.old
|
||||
rm -f *.pot
|
||||
|
||||
distclean-local:
|
||||
$(GETTEXT_PACKAGE).pot
|
||||
|
||||
$(GETTEXT_PACKAGE).pot: $(SRC_FILES)
|
||||
@echo "creating $@ from $^"
|
||||
@$(XGETTEXT) -d$(GETTEXT_PACKAGE) -kSANE_I18N --flag=SANE_I18N:1:no-c-format -f POTFILES
|
||||
|
|
|
@ -337,7 +337,7 @@ clean-am: clean-generic clean-libtool clean-local mostlyclean-am
|
|||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-local
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
|
@ -401,16 +401,15 @@ uninstall-am: uninstall-local
|
|||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
clean-local distclean distclean-generic distclean-libtool \
|
||||
distclean-local distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am \
|
||||
install-data-local install-dvi install-dvi-am install-exec \
|
||||
install-exec-am install-html install-html-am install-info \
|
||||
install-info-am install-man install-pdf install-pdf-am \
|
||||
install-ps install-ps-am install-strip installcheck \
|
||||
installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
||||
uninstall-local
|
||||
distdir dvi dvi-am html html-am info info-am install \
|
||||
install-am install-data install-data-am install-data-local \
|
||||
install-dvi install-dvi-am install-exec install-exec-am \
|
||||
install-html install-html-am install-info install-info-am \
|
||||
install-man install-pdf install-pdf-am install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
|
||||
ps ps-am uninstall uninstall-am uninstall-local
|
||||
|
||||
|
||||
all: $(ALL)
|
||||
|
@ -445,9 +444,6 @@ clean-local:
|
|||
rm -f *.old
|
||||
rm -f *.pot
|
||||
|
||||
distclean-local:
|
||||
$(GETTEXT_PACKAGE).pot
|
||||
|
||||
$(GETTEXT_PACKAGE).pot: $(SRC_FILES)
|
||||
@echo "creating $@ from $^"
|
||||
@$(XGETTEXT) -d$(GETTEXT_PACKAGE) -kSANE_I18N --flag=SANE_I18N:1:no-c-format -f POTFILES
|
||||
|
|
Ładowanie…
Reference in New Issue