diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-06-04 13:33:24 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-06-04 13:33:24 +0800 |
commit | 12078363bf68735a20c7e6fd9c01eaf6051ccc5d (patch) | |
tree | f28eaa7fedb3b2bea36277d83831ebe095574649 /doc/pl | |
parent | 4673f8c24002e463d23720f16cb356cc9e8e051f (diff) | |
download | aptitude-12078363bf68735a20c7e6fd9c01eaf6051ccc5d.tar.gz |
Temporary fix to install man pages: specify targets manually
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/pl/Makefile.am b/doc/pl/Makefile.am index cec4fb72..0a0b13ec 100644 --- a/doc/pl/Makefile.am +++ b/doc/pl/Makefile.am @@ -14,3 +14,6 @@ DOCBOOK_TARGETS = docbook-man include $(top_srcdir)/buildlib/docbook.mk all-local: docbook-stamp + +man_MANS = aptitude.8 +#notrans_man_MANS = aptitude-create-state-bundle.1 aptitude-run-state-bundle.1 |