diff options
Diffstat (limited to 'ldso/man/Makefile')
-rw-r--r-- | ldso/man/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ldso/man/Makefile b/ldso/man/Makefile new file mode 100644 index 000000000..a701e1513 --- /dev/null +++ b/ldso/man/Makefile @@ -0,0 +1,11 @@ +include ../Config.mk + +ALL = #ld.so.info + +all: $(ALL) + +ld.so.info: ld.so.texi + makeinfo $< + +clean: + rm -f $(ALL) *~ |