diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-15 12:59:54 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-15 12:59:54 +0000 |
commit | 9c6025c3dbcb4c81957a50880ed6585942d7af2b (patch) | |
tree | 358348c8bde05ba252f0b7a3730f4bb80310b519 /lib/libpanel | |
parent | 2f371b02687dba9e698559197f3fbf0189b57d3f (diff) | |
download | src-9c6025c3dbcb4c81957a50880ed6585942d7af2b.tar.gz src-9c6025c3dbcb4c81957a50880ed6585942d7af2b.zip |
`all-man' now creates manpages in the -DNOMANCOMPRESS case too.
Notes
Notes:
svn path=/head/; revision=96658
Diffstat (limited to 'lib/libpanel')
-rw-r--r-- | lib/libpanel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpanel/Makefile b/lib/libpanel/Makefile index 423b73dbc88c..f9733db4aeeb 100644 --- a/lib/libpanel/Makefile +++ b/lib/libpanel/Makefile @@ -26,7 +26,6 @@ ncurses_def.h: MKncurses_def.sh ncurses_defs # generate MAN CLEANFILES+= panel.3 MAN= panel.3 -all-man: panel.3 panel.3: panel.3x ln -s ${.ALLSRC} ${.TARGET} |