diff options
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/man/Makefile b/man/Makefile deleted file mode 100644 index 47c356f..0000000 --- a/man/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -subdir = cs et eu fr it nl uk -mandir = /usr/share/man - -all: - -clean: - -install: - @for dir in $(subdir); do \ - install -d $(DESTDIR)$(mandir)/$$dir/man8; \ - install -m 644 $$dir/*.8 $(DESTDIR)$(mandir)/$$dir/man8; \ - done - |