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/xx | |
parent | 4673f8c24002e463d23720f16cb356cc9e8e051f (diff) | |
download | aptitude-12078363bf68735a20c7e6fd9c01eaf6051ccc5d.tar.gz |
Temporary fix to install man pages: specify targets manually
Diffstat (limited to 'doc/xx')
-rw-r--r-- | doc/xx/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/xx/Makefile.am b/doc/xx/Makefile.am index 39b8fdf1..8d1be4b3 100644 --- a/doc/xx/Makefile.am +++ b/doc/xx/Makefile.am @@ -47,3 +47,7 @@ include $(top_srcdir)/buildlib/docbook.mk # Finally, this target ensures that all desired documents get built. all-local: docbook-stamp + +# Install targets for man pages must be specified manually for now. +man_MANS = aptitude.8 +notrans_man_MANS = aptitude-create-state-bundle.1 aptitude-run-state-bundle.1 |