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 /doc/fi | |
parent | 4d528d207d08ac9eb87ceceba9d35a319e1fac97 (diff) | |
download | aptitude-4823d981a4d380cb021703f0129bfcc0220b097c.tar.gz |
Tweak targets, variables in doc Makefiles
Diffstat (limited to 'doc/fi')
-rw-r--r-- | doc/fi/Makefile.am | 4 | ||||
-rwxr-xr-x | doc/fi/fixman | 2 |
2 files changed, 2 insertions, 4 deletions
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" |