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