diff options
author | ru <ru@FreeBSD.org> | 2002-05-15 12:59:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-15 12:59:54 +0000 |
commit | 569719713eadbdada0fa74d6fd8992042c7a317b (patch) | |
tree | 358348c8bde05ba252f0b7a3730f4bb80310b519 | |
parent | 7ee010391598586fa31b0a4fc125e4dee90159c3 (diff) | |
download | FreeBSD-src-569719713eadbdada0fa74d6fd8992042c7a317b.zip FreeBSD-src-569719713eadbdada0fa74d6fd8992042c7a317b.tar.gz |
`all-man' now creates manpages in the -DNOMANCOMPRESS case too.
-rw-r--r-- | lib/libpanel/Makefile | 1 | ||||
-rw-r--r-- | lib/ncurses/panel/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libpanel/Makefile b/lib/libpanel/Makefile index 423b73d..f9733db 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} diff --git a/lib/ncurses/panel/Makefile b/lib/ncurses/panel/Makefile index 423b73d..f9733db 100644 --- a/lib/ncurses/panel/Makefile +++ b/lib/ncurses/panel/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} |