mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
Move man pages to man/
This commit is contained in:
parent
93321224f6
commit
540ab03b18
6
Makefile
6
Makefile
@ -112,8 +112,8 @@ LIB_MANS := \
|
||||
unvis.3 \
|
||||
vis.3 \
|
||||
$(LIB_MANS_GEN)
|
||||
LIB_MANS_GEN := $(patsubst %,src/%,$(LIB_MANS_GEN))
|
||||
LIB_MANS := $(patsubst %,src/%,$(LIB_MANS))
|
||||
LIB_MANS_GEN := $(patsubst %,man/%,$(LIB_MANS_GEN))
|
||||
LIB_MANS := $(patsubst %,man/%,$(LIB_MANS))
|
||||
|
||||
LIB_STATIC_OBJS := $(LIB_SRCS:%.c=%.o)
|
||||
LIB_SHARED_OBJS := $(LIB_SRCS:%.c=%.lo)
|
||||
@ -157,7 +157,7 @@ man: $(LIB_MANS)
|
||||
%.o: %.c
|
||||
$(COMPILE) -o $@ -c $<
|
||||
|
||||
src/md5.3bsd: src/mdX.3
|
||||
man/md5.3bsd: man/mdX.3
|
||||
sed -e 's/mdX/md5/g' -e 's/mdY/md4/g' -e 's/MDX/MD5/g' $< > $@
|
||||
|
||||
src/hash/md5hl.c: src/hash/helper.c
|
||||
|
0
src/.gitignore → man/.gitignore
vendored
0
src/.gitignore → man/.gitignore
vendored
Loading…
Reference in New Issue
Block a user