Explorar el Código

build: Merge PO4A_COMMON_OPTS and PO4A_BUILD_OPTS into PO4A_OPTS

Guillem Jover hace 15 años
padre
commit
0ed90da7f4
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. 3 4
      man/Makefile.am

+ 3 - 4
man/Makefile.am

@@ -72,8 +72,7 @@ PO4A_V = $(PO4A_V_$(V))
 PO4A_V_ = $(PO4A_V_$(AM_DEFAULT_VERBOSITY))
 PO4A_V_0 = @echo "  PO4A   $@";
 
-PO4A_COMMON_OPTS = --previous --srcdir $(srcdir) --destdir $(CURDIR)
-PO4A_BUILD_OPTS = $(PO4A_COMMON_OPTS) --no-backups
+PO4A_OPTS = --previous --srcdir $(srcdir) --destdir $(CURDIR) --no-backups
 
 all-local: all-local-@USE_PO4A@
 
@@ -82,7 +81,7 @@ all-local-yes: man.stamp
 
 # FIXME: Use a stamp file until po4a supports them internally.
 man.stamp:
-	$(PO4A_V) $(PO4A) $(PO4A_BUILD_OPTS) $(srcdir)/po/po4a.cfg
+	$(PO4A_V) $(PO4A) $(PO4A_OPTS) $(srcdir)/po/po4a.cfg
 	$(AM_V_at) touch $@
 
 clean-local: clean-local-@USE_PO4A@
@@ -95,7 +94,7 @@ clean-local-yes:
 .PHONY: update-po
 
 update-po:
-	$(PO4A_V) $(PO4A) $(PO4A_BUILD_OPTS) --force $(srcdir)/po/po4a.cfg
+	$(PO4A_V) $(PO4A) $(PO4A_OPTS) --force $(srcdir)/po/po4a.cfg
 
 install-data-local: install-data-local-@USE_PO4A@