=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.32 retrieving revision 1.37 diff -u -p -r1.32 -r1.37 --- mandoc/Makefile 2008/12/07 23:44:19 1.32 +++ mandoc/Makefile 2008/12/09 17:09:12 1.37 @@ -1,6 +1,6 @@ .SUFFIXES: .html .7 -VERSION = 1.0.0 +VERSION = 1.0.1 # FIXME CFLAGS += -W -Wall -Wno-unused-parameter -g -DDEBUG @@ -35,14 +35,16 @@ INSTALL = Makefile $(HEADS) $(SRCS) $(MANS) FAIL = test.0 test.1 test.2 test.3 test.4 test.5 test.6 \ test.15 test.20 test.22 test.24 test.26 test.27 test.30 \ - test.36 test.37 test.40 test.50 + test.36 test.37 test.40 test.50 test.61 test.64 test.65 \ + test.66 SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 \ test.14 test.16 test.17 test.18 test.19 test.21 test.23 \ test.25 test.28 test.29 test.31 test.32 test.33 test.34 \ test.35 test.38 test.39 test.41 test.42 test.43 test.44 \ test.45 test.46 test.47 test.48 test.49 test.51 test.52 \ - test.54 test.55 test.56 test.57 test.58 test.59 test.60 + test.54 test.55 test.56 test.57 test.58 test.59 test.60 \ + test.62 test.63 test.67 all: mdocml @@ -69,23 +71,23 @@ clean: rm -f $(CLEAN) index.html: index.7 mdocml.css - ./mdocml -W -fhtml -e -o $@ index.7 + ./mdocml -Wall -fhtml -e -o $@ index.7 index.xml: index.7 mdocml.css - ./mdocml -W -fhtml -e -o $@ index.7 + ./mdocml -Wall -o $@ index.7 mdocml.html: mdocml.1 mdocml.css - ./mdocml -W -fhtml -e -o $@ mdocml.1 + ./mdocml -Wall -fhtml -e -o $@ mdocml.1 install-www: www dist install -m 0644 mdocml.tgz $(PREFIX)/mdocml-$(VERSION).tgz - ( cd $(PREFIX)/ && ln -sf mdocml-$(VERSION).tgz mdocml.tgz ) + install -m 0644 mdocml.tgz $(PREFIX)/mdocml.tgz install -m 0644 $(HTML) $(XML) $(PREFIX)/ mdocml.tgz: $(INSTALL) mkdir -p .dist/mdocml/mdocml-$(VERSION)/ install -m 0644 $(INSTALL) .dist/mdocml/mdocml-$(VERSION)/ - ( cd .dist/mdocml/ && tar zcf ../mdocml.tgz mdocml-$(VERSION)/ ) + ( cd .dist/mdocml/ && tar zcf ../../mdocml.tgz mdocml-$(VERSION)/ ) rm -rf .dist/ llib-lmdocml.ln: mdocml.ln libmdocml.ln html.ln xml.ln roff.ln ml.ln mlg.ln compat.ln tokens.ln literals.ln