summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-24 19:03:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-24 19:03:40 +0000
commit8414224325d1323d7f6778b079eb61158d9551ce (patch)
tree409f718878821f0c70fe29425c295b7700395a75 /Makefile
parent9d40bd2a7ce3100befc3054237b3cb3a8bc9777d (diff)
downloadmandoc-8414224325d1323d7f6778b079eb61158d9551ce.tar.gz
We're officially no longer UNIX-specific; make this clear.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 93959a6d..47cacdf0 100644
--- a/Makefile
+++ b/Makefile
@@ -330,7 +330,7 @@ clean:
rm -f mandoc $(MANDOC_OBJS)
rm -f llib-lmandoc.ln $(MANDOC_LNS)
rm -f config.h config.log $(COMPAT_OBJS) $(COMPAT_LNS)
- rm -f mdocml.tar.gz mdocml.zip
+ rm -f mdocml.tar.gz mdocml-win32.zip
rm -f index.html $(INDEX_OBJS)
install: all
@@ -352,6 +352,7 @@ install: all
installwww: www
mkdir -p $(PREFIX)/snapshots
+ mkdir -p $(PREFIX)/binaries
$(INSTALL_DATA) index.html external.png index.css $(PREFIX)
$(INSTALL_DATA) $(INDEX_MANS) style.css $(PREFIX)
$(INSTALL_DATA) mandoc.h.html man.h.html mdoc.h.html $(PREFIX)
@@ -393,7 +394,7 @@ mdocml.tar.gz: $(SRCS)
( cd .dist/ && tar zcf ../$@ ./ )
rm -rf .dist/
-mdocml.zip: $(SRCS)
+mdocml-win32.zip: $(SRCS)
mkdir -p .win32/mdocml-$(VERSION)/
$(INSTALL_SOURCE) $(SRCS) .win32
cp .win32/Makefile .win32/Makefile.old