diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-06-01 22:13:07 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-06-01 22:13:07 +0800 |
commit | 4823d981a4d380cb021703f0129bfcc0220b097c (patch) | |
tree | 1722e086d86754a3685c24c90c7a0dd1a8fca0b7 | |
parent | 4d528d207d08ac9eb87ceceba9d35a319e1fac97 (diff) | |
download | aptitude-4823d981a4d380cb021703f0129bfcc0220b097c.tar.gz |
Tweak targets, variables in doc Makefiles
-rw-r--r-- | doc/cs/Makefile.am | 3 | ||||
-rw-r--r-- | doc/de/Makefile.am | 2 | ||||
-rw-r--r-- | doc/es/Makefile.am | 4 | ||||
-rw-r--r-- | doc/fi/Makefile.am | 4 | ||||
-rwxr-xr-x | doc/fi/fixman | 2 | ||||
-rw-r--r-- | doc/fr/Makefile.am | 2 | ||||
-rwxr-xr-x | doc/fr/fixman | 2 | ||||
-rw-r--r-- | doc/it/Makefile.am | 3 | ||||
-rw-r--r-- | doc/ja/Makefile.am | 2 | ||||
-rw-r--r-- | doc/pl/Makefile.am | 2 | ||||
-rw-r--r-- | doc/pl/fixman | 2 |
11 files changed, 12 insertions, 16 deletions
diff --git a/doc/cs/Makefile.am b/doc/cs/Makefile.am index 104fc19b..67fdf8b7 100644 --- a/doc/cs/Makefile.am +++ b/doc/cs/Makefile.am @@ -15,5 +15,6 @@ DOCBOOK_TARGETS = docbook-man docbook-html docbook-readme include $(top_srcdir)/buildlib/docbook.mk -all-local: $(DOCBOOK_TARGETS) +all-local: docbook-stamp + diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am index e5ccf10d..958497c2 100644 --- a/doc/de/Makefile.am +++ b/doc/de/Makefile.am @@ -12,4 +12,4 @@ DOCBOOK_TARGETS = docbook-man include $(top_srcdir)/buildlib/docbook.mk -all-local: $(DOCBOOK_TARGETS) +all-local: docbook-stamp diff --git a/doc/es/Makefile.am b/doc/es/Makefile.am index cee46d29..c704e081 100644 --- a/doc/es/Makefile.am +++ b/doc/es/Makefile.am @@ -11,10 +11,8 @@ README_encoding = utf-8 IMAGES := $(wildcard $(srcdir)/images/*.png) $(PO4A_IMAGES) -DOCBOOK_XML = aptitude.xml manpage.xml DOCBOOK_TARGETS = docbook-man docbook-html docbook-readme include $(top_srcdir)/buildlib/docbook.mk -all-local: $(DOCBOOK_TARGETS) - +all-local: docbook-stamp diff --git a/doc/fi/Makefile.am b/doc/fi/Makefile.am index 0b0de2ce..294635f8 100644 --- a/doc/fi/Makefile.am +++ b/doc/fi/Makefile.am @@ -10,12 +10,10 @@ README_encoding = utf-8 IMAGES := $(wildcard $(srcdir)/images/*.png) -DOCBOOK_XML = aptitude.xml manpage.xml DOCBOOK_TARGETS = docbook-man docbook-html docbook-readme DOCBOOK_MANS = aptitude.8 include $(top_srcdir)/buildlib/docbook.mk -all-local: $(DOCBOOK_TARGETS) - +all-local: docbook-stamp diff --git a/doc/fi/fixman b/doc/fi/fixman index 891c2e50..f7aed516 100755 --- a/doc/fi/fixman +++ b/doc/fi/fixman @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # this file basically copied from fixquotes, adapting to Finnish MANPAGE="$1" diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index d628920b..06718b8f 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -15,4 +15,4 @@ DOCBOOK_TARGETS = docbook-html docbook-man docbook-readme include $(top_srcdir)/buildlib/docbook.mk -all-local: $(DOCBOOK_TARGETS) +all-local: docbook-stamp diff --git a/doc/fr/fixman b/doc/fr/fixman index 2a17ba7b..49260a29 100755 --- a/doc/fr/fixman +++ b/doc/fr/fixman @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # this file basically copied from fixquotes (German translation) # and fixman (Finnish translation) diff --git a/doc/it/Makefile.am b/doc/it/Makefile.am index 97e64ab8..33d5d4e8 100644 --- a/doc/it/Makefile.am +++ b/doc/it/Makefile.am @@ -11,9 +11,8 @@ README_encoding = utf-8 IMAGES := $(wildcard $(srcdir)/images/*.png) $(PO4A_IMAGES) -DOCBOOK_XML = aptitude.xml manpage.xml DOCBOOK_TARGETS = docbook-html docbook-man docbook-readme include $(top_srcdir)/buildlib/docbook.mk -all-local: $(DOCBOOK_TARGETS) +all-local: docbook-stamp diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index cb17f124..b6a68dc9 100644 --- a/doc/ja/Makefile.am +++ b/doc/ja/Makefile.am @@ -18,4 +18,4 @@ DOCBOOK_TARGETS = docbook-html docbook-man docbook-readme include $(top_srcdir)/buildlib/docbook.mk -all-local: $(DOCBOOK_TARGETS) +all-local: docbook-stamp diff --git a/doc/pl/Makefile.am b/doc/pl/Makefile.am index bbd1e3fc..cec4fb72 100644 --- a/doc/pl/Makefile.am +++ b/doc/pl/Makefile.am @@ -13,4 +13,4 @@ DOCBOOK_TARGETS = docbook-man include $(top_srcdir)/buildlib/docbook.mk -all-local: $(DOCBOOK_TARGETS) +all-local: docbook-stamp diff --git a/doc/pl/fixman b/doc/pl/fixman index 9b0c8896..b220754a 100644 --- a/doc/pl/fixman +++ b/doc/pl/fixman @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh MANPAGE="$1" #Polish left quotation mark |