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