Skip to content
Snippets Groups Projects
Commit e716d27c authored by Linus Tolke's avatar Linus Tolke
Browse files

Buggr{ttning i Makefilen.

parent ffc1b2cd
No related branches found
No related tags found
No related merge requests found
...@@ -20,10 +20,10 @@ clean: ...@@ -20,10 +20,10 @@ clean:
install: install:
for i in $(MANEXTS); \ for i in $(MANEXTS); \
do \ do \
for page in man$$i/*.$$i \ for page in man$$i/*.$$i; \
do \ do \
echo installing $$page \ echo installing $$page; \
install $$page $(MANDIR)/man$$i \ install $$page $(MANDIR)/man$$i; \
done \ done \
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment